1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

24 commits

Author SHA1 Message Date
Simas Cepaitis
8d1380e6fd :GatewayInterface is located 1 level deeper 2014-09-12 15:47:35 +01:00
Simas Cepaitis
04810c1039 Fix typo 2014-09-12 15:30:52 +01:00
Simas Cepaitis
cee99f3c3e Improve test a bit 2014-09-12 15:20:41 +01:00
Simas Cepaitis
d3d11ae68a Vcloud director: Add static routing support to Edge Gateway 2014-09-12 11:57:24 +01:00
Daniel Aragao
27347f8ac0 Merge branch 'master' of https://github.com/fog/fog into edge-gateway 2014-06-06 23:56:06 +10:00
Daniel Aragao
6554ff867d Adds DHCP to edge gateway service configuration 2014-06-01 18:22:25 +10:00
Daniel Aragao
721edd14e9 Adds VPN section to edge gateway service configuration 2014-06-01 18:22:25 +10:00
Paul Thornthwaite
ef9a9697ab Remove trailing whitespace
Done with `rubocop --auto-correct --only TrailingWhitespace`
2014-05-26 14:44:18 +01:00
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Mike Pountney
2c47b9c165 [vclouddirector] Shore up tests re EdgeGateway
ruby 1.8.7 highlighted tests fail if first vdc does not have an edge gateway
2013-12-16 17:47:14 +00:00
Sneha Somwanshi
aa94d9d57c using new way of task mocking for edgegateway tests 2013-11-01 10:49:10 +00:00
Dan Abel
96a428e465 [vcloud_director] test should fail fast, and use a clearly test id and description 2013-10-30 17:32:58 +00:00
Sneha Somwanshi
2e018811af added comment on test 2013-10-22 09:45:54 +01:00
Sneha Somwanshi
8b63c6650b tests for configure edge gateways
Added tests for configuring edge gateway
- tests configure the firewall services. Adds a firewall rule for an
  not so important, unused port. This rule is by default disabled, so
should not break anything even if user runs it by mistake against a
firewall.
Tests reverts the data back to normal after run

These tests run both in mock and non-mock mode.
2013-10-18 17:09:05 +01:00
Nick Osborn
353b50acfc [vcloud_director] Do ensure_list in request methods.
Mitigation for Fog::ToHashDocument. This is (still) a short-term fix
until we get to real response parsers.
2013-10-15 14:14:05 +01:00
Nick Osborn
7a1d4e5075 [vcloud_director] Raise provider-specific exceptions.
HEADS UP: This is a breaking change for anyone rescuing Excon errors.
2013-10-14 01:10:19 +01:00
Nick Osborn
dbfd59c74c [vcloud_director] get_edge_gateways -> get_org_vdc_networks 2013-10-13 09:47:37 +01:00
Nick Osborn
e95fdc0ba5 [vcloud_director] Improve tests. 2013-10-13 09:22:39 +01:00
Dan Abel
18cd1394b5 vcloud_director - improving edge gateway tests
this change makes the test output make more sense
2013-10-11 09:25:15 +01:00
Nick Osborn
d8ee0ccb4a [vcloud_director] Use current_org in edge_gateway_tests 2013-10-11 09:08:26 +01:00
Dan Abel
fb35770234 Corrected edge_gateway schema and removed bad test
Fixes after running tests against clean and new org
2013-10-10 11:28:38 +01:00
Dan Abel
c399318a4d Mocks for get_edge_gateways & get edge gateway 2013-10-08 17:17:04 +01:00
Dan Abel
91bec6fe30 ensuring tests are good for empty orgs and are skipped when mocking 2013-10-08 16:18:26 +01:00
Dan Abel
d8be4421bc support retrieving edge gateway status 2013-10-08 16:18:26 +01:00