Skip to content

Commit

Permalink
Merge pull request #176 from MissionCriticalCloud/basic/testing
Browse files Browse the repository at this point in the history
Add testing for different scenarios for basic zone implementation
  • Loading branch information
iri989 authored Aug 3, 2017
2 parents 1ff9a9a + 1e07794 commit 246f5c5
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 245 deletions.
9 changes: 7 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@
DISK_OFFERING_ID = 'Disk Offering UUID'.freeze

SERVER_ID = 'Server UUID'.freeze
NETWORK_TYPE = 'Advanced'.freeze
SECURITY_GROUPS_ENABLED = false
NETWORK_TYPE_ADVANCED = 'Advanced'.freeze
NETWORK_TYPE_BASIC = 'Basic'.freeze
SECURITY_GROUPS_ENABLED = true
SECURITY_GROUPS_DISABLED = false
SECURITY_GROUP_ID = 'UUID of Security Group'.freeze
SECURITY_GROUP_NAME = 'Name of Security Group'.freeze
SECURITY_GROUP_DESC = 'Description of Security Group'.freeze

PF_IP_ADDRESS = 'Public IP for port forwarding'.freeze
PF_IP_ADDRESS_ID = 'UUID of Public IP for port forwarding'.freeze
Expand Down
Loading

0 comments on commit 246f5c5

Please sign in to comment.