Commit c1f36d6
authored
Fix issue with wrong filtering of
Fix issue with wrong filtering of `vpc_subnet`
=== RUN TestSubnetList
helpers.go:206: Attempting to create vpc: acc-vpc-bUB
helpers.go:210: Created vpc: 23f26b51-88df-4fb8-8f3f-0b264346cf58
helpers.go:139: Attempting to create subnet: acc-subnet-2Jg
helpers.go:145: Waitting for subnet 0d7fcab7-0760-44bd-80dc-dd825a45f5df to be active
helpers.go:148: Created subnet: 0d7fcab7-0760-44bd-80dc-dd825a45f5df
helpers.go:154: Attempting to delete subnet: 0d7fcab7-0760-44bd-80dc-dd825a45f5df
helpers.go:159: Waiting for subnet 0d7fcab7-0760-44bd-80dc-dd825a45f5df to be deleted
helpers.go:163: Deleted subnet: 0d7fcab7-0760-44bd-80dc-dd825a45f5df
helpers.go:216: Attempting to delete vpc: 23f26b51-88df-4fb8-8f3f-0b264346cf58
helpers.go:221: Deleted vpc: 23f26b51-88df-4fb8-8f3f-0b264346cf58
--- PASS: TestSubnetList (19.58s)
=== RUN TestSubnetsLifecycle
helpers.go:206: Attempting to create vpc: acc-vpc-23w
helpers.go:210: Created vpc: 03d31ee4-fbab-4b38-8238-3ef3b0648fff
helpers.go:139: Attempting to create subnet: acc-subnet-iDs
helpers.go:145: Waitting for subnet b288e32e-0d80-433f-9fc7-2c4ffcbd6eeb to be active
helpers.go:148: Created subnet: b288e32e-0d80-433f-9fc7-2c4ffcbd6eeb
subnet_test.go:47: Attempting to update name of subnet to acc-subnet-sR4
helpers.go:154: Attempting to delete subnet: b288e32e-0d80-433f-9fc7-2c4ffcbd6eeb
helpers.go:159: Waiting for subnet b288e32e-0d80-433f-9fc7-2c4ffcbd6eeb to be deleted
helpers.go:163: Deleted subnet: b288e32e-0d80-433f-9fc7-2c4ffcbd6eeb
helpers.go:216: Attempting to delete vpc: 03d31ee4-fbab-4b38-8238-3ef3b0648fff
helpers.go:221: Deleted vpc: 03d31ee4-fbab-4b38-8238-3ef3b0648fff
--- PASS: TestSubnetsLifecycle (20.85s)
PASS
Process finished with the exit code 0
Reviewed-by: Anton Sidelnikov <None>
Reviewed-by: Anton Kachurin <katchuring@gmail.com>
Reviewed-by: None <None>vpc_subnet (#142)1 parent d7b2355 commit c1f36d6
File tree
2 files changed
+22
-12
lines changed- acceptance/openstack/networking/v1
- openstack/networking/v1/subnets
2 files changed
+22
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
20 | 30 | | |
21 | 31 | | |
22 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments