mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fixing test
This commit is contained in:
parent
85e533294c
commit
332f1d0c20
1 changed files with 2 additions and 0 deletions
|
@ -6,11 +6,13 @@ Shindo.tests('AWS::ELB | models', ['aws', 'elb']) do
|
|||
@vpc_id = @vpc.id
|
||||
@subnet = Fog::Compute[:aws].subnets.create({:vpc_id => @vpc_id, :cidr_block => '10.0.10.0/24'})
|
||||
@subnet_id = @subnet.subnet_id
|
||||
@scheme = 'internal'
|
||||
@igw=Fog::Compute[:aws].internet_gateways.create
|
||||
@igw_id = @igw.id
|
||||
@igw.attach(@vpc_id)
|
||||
|
||||
|
||||
|
||||
tests('success') do
|
||||
tests('load_balancers') do
|
||||
tests('getting a missing elb') do
|
||||
|
|
Loading…
Reference in a new issue