fog--fog/tests/xenserver
Paul Thornthwaite 6716f37c5f Replace deprecated Hash methods
Done with `rubocop --auto-correct --only DeprecatedHashMethods`
2014-05-26 16:22:08 +01:00
..
models/compute Replace deprecated Hash methods 2014-05-26 16:22:08 +01:00
requests/compute Standardise on collection methods 2014-05-26 16:22:07 +01:00
README * [xenserver|compute] initial release 2012-04-02 13:25:03 +02:00
compute_tests.rb Remove trailing blank lines 2014-05-26 14:35:26 +01:00
helper.rb Standardise on collection methods 2014-05-26 16:22:07 +01:00
xenserver_tests.rb Remove trailing blank lines 2014-05-26 14:35:26 +01:00

README

# Running the XenServer tests.

Tweak the helper.rb file in tests/xenserver/helper.rb to fit your needs.

Fog credentials in $HOME/.fog file are used to run the tests. In particular:

    :default:
      :xenserver_url: xenserver-test
      :xenserver_username: root
      :xenserver_password: secret

We need a working template named squeeze-test available in the XenServer
to perform the tests. Change the template name to fit your needs
or create a working template named squeeze-test.

The tests creates a few VMs during the flight. Make sure you have enough RAM and
Storage available in the hypervisor.

Run the XenServer provider tests issuing:

    shindo tests/xenserver