File: dhcp_option_tests.rb

package info (click to toggle)
ruby-fog-aws 3.33.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,180 kB
  • sloc: ruby: 75,405; javascript: 14; makefile: 9; sh: 4
file content (3 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (6)
1
2
3
Shindo.tests("Fog::Compute[:aws] | dhcp_options", ['aws']) do
  model_tests(Fog::Compute[:aws].dhcp_options, {'dhcp_configuration_set' => {'domain-name' => 'example.com', 'domain-name-servers' => '10.10.10.10'}}, true)
end