fog--fog/tests/xenserver
Gustavo Villalta 58aba87c81 [xenserver] Console model created 2013-07-30 14:13:45 -03:00
..
models/compute [xenserver] Console model created 2013-07-30 14:13:45 -03:00
requests/compute
README
compute_tests.rb [xenserver] Console model created 2013-07-30 14:13:45 -03:00
helper.rb
xenserver_tests.rb

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