Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phinze/d7e7db4bd8f91709c196 to your computer and use it in GitHub Desktop.
Save phinze/d7e7db4bd8f91709c196 to your computer and use it in GitHub Desktop.
--- PASS: TestProvider (0.00s)
--- PASS: TestProvider_impl (0.00s)
--- PASS: TestAccBlockStorageV1Volume_basic (28.24s)
--- FAIL: TestAccComputeV2FloatingIP_basic (28.82s)
testing.go:121: Step 0 error: Error applying: 1 error(s) occurred:
* 1 error(s) occurred:
* 1 error(s) occurred:
* Error associating floating IP: Expected HTTP response code [201 202] when accessing [POST http://192.168.27.100:8774/v2/641eddc70ae7446aaa85425e36108798/servers/03556033-2a3a-41c2-bbc1-a9a42e7323d4/action], but got 400 instead
{"badRequest": {"message": "Error. Unable to associate floating ip", "code": 400}}
--- PASS: TestAccComputeV2Instance_basic (28.29s)
--- PASS: TestAccComputeV2Instance_volumeAttach (62.24s)
--- PASS: TestAccComputeV2Instance_floatingIPAttach (29.39s)
--- PASS: TestAccComputeV2Keypair_basic (0.93s)
--- PASS: TestAccComputeV2SecGroup_basic (0.96s)
--- FAIL: TestAccFWFirewallV1 (0.87s)
testing.go:121: Step 0 error: Error applying: 1 error(s) occurred:
* 1 error(s) occurred:
* 1 error(s) occurred:
* Expected HTTP response code [201 202] when accessing [POST http://192.168.27.100:9696/v2.0/fw/firewall_policies], but got 404 instead
404 Not Found
The resource could not be found.
--- FAIL: TestAccFWPolicyV1 (0.78s)
testing.go:121: Step 0 error: Error applying: 1 error(s) occurred:
* 1 error(s) occurred:
* 1 error(s) occurred:
* Expected HTTP response code [201 202] when accessing [POST http://192.168.27.100:9696/v2.0/fw/firewall_policies], but got 404 instead
404 Not Found
The resource could not be found.
--- FAIL: TestAccFWRuleV1 (0.74s)
testing.go:121: Step 0 error: Error applying: 1 error(s) occurred:
* 1 error(s) occurred:
* 1 error(s) occurred:
* Expected HTTP response code [201 202] when accessing [POST http://192.168.27.100:9696/v2.0/fw/firewall_rules], but got 404 instead
404 Not Found
The resource could not be found.
--- FAIL: TestAccLBV1Monitor_basic (0.78s)
testing.go:121: Step 0 error: Error applying: 1 error(s) occurred:
* 1 error(s) occurred:
* 1 error(s) occurred:
* Error creating OpenStack LB Monitor: Expected HTTP response code [201 202] when accessing [POST http://192.168.27.100:9696/v2.0/lb/health_monitors], but got 404 instead
404 Not Found
The resource could not be found.
--- FAIL: TestAccLBV1Pool_basic (1.10s)
testing.go:121: Step 0 error: Error applying: 1 error(s) occurred:
* 1 error(s) occurred:
* 1 error(s) occurred:
* Error creating OpenStack LB pool: Expected HTTP response code [201 202] when accessing [POST http://192.168.27.100:9696/v2.0/lb/pools], but got 404 instead
404 Not Found
The resource could not be found.
--- FAIL: TestAccLBV1VIP_basic (1.15s)
testing.go:121: Step 0 error: Error applying: 1 error(s) occurred:
* 1 error(s) occurred:
* 1 error(s) occurred:
* Error creating OpenStack LB pool: Expected HTTP response code [201 202] when accessing [POST http://192.168.27.100:9696/v2.0/lb/pools], but got 404 instead
404 Not Found
The resource could not be found.
--- FAIL: TestAccNetworkingV2FloatingIP_basic (28.65s)
testing.go:121: Step 0 error: Error applying: 1 error(s) occurred:
* 1 error(s) occurred:
* 1 error(s) occurred:
* Error associating floating IP: Expected HTTP response code [201 202] when accessing [POST http://192.168.27.100:8774/v2/641eddc70ae7446aaa85425e36108798/servers/e383cc92-6e5b-4e0e-9197-cc51024364d6/action], but got 400 instead
{"badRequest": {"message": "Error. Unable to associate floating ip", "code": 400}}
--- PASS: TestAccNetworkingV2Network_basic (1.56s)
--- PASS: TestAccNetworkingV2RouterInterface_basic (1.67s)
--- PASS: TestAccNetworkingV2Router_basic (1.78s)
--- PASS: TestAccNetworkingV2Subnet_basic (2.05s)
--- PASS: TestAccObjectStorageV1Container_basic (1.54s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment