1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/xenserver/models/compute
Sergio Rubio 49c14eb543 [xenserver] Added missing Server.tags attribute
Added support for Array parameters to Connection.request:

    server = connection.server.create :name => 'fooserver',
                                      :template_name => 'debian-squeeze'
    server.wait_for { ready? }
    server.set_attribute 'tags', ['tagfoo', 'tagbar']

Added required shindo test for set_attribute request.
2012-06-07 19:26:47 +02:00
..
host_tests.rb * Added some more tests 2012-04-04 19:48:21 +02:00
hosts_tests.rb * [xenserver|compute] initial release 2012-04-02 13:25:03 +02:00
network_tests.rb [xenserver] fix tags to skip tests without credentials 2012-05-28 15:22:26 -05:00
networks_tests.rb [xenserver] fix tags to skip tests without credentials 2012-05-28 15:22:26 -05:00
pbd_tests.rb [xenserver] fix tags to skip tests without credentials 2012-05-28 15:22:26 -05:00
pbds_tests.rb * [xenserver|compute] initial release 2012-04-02 13:25:03 +02:00
pif_tests.rb [xenserver] fix tags to skip tests without credentials 2012-05-28 15:22:26 -05:00
pifs_tests.rb [xenserver] fix tags to skip tests without credentials 2012-05-28 15:22:26 -05:00
pool_tests.rb [xenserver] fix tags to skip tests without credentials 2012-05-28 15:22:26 -05:00
pools_tests.rb [xenserver] fix tags to skip tests without credentials 2012-05-28 15:22:26 -05:00
server_tests.rb * Added missing attributes to Server model 2012-04-13 12:44:49 +02:00
servers_tests.rb * [xenserver|compute] set_attribute request now accepts var args 2012-04-19 10:53:56 +02:00
storage_repositories_tests.rb [xenserver] fix tags to skip tests without credentials 2012-05-28 15:22:26 -05:00
storage_repository_tests.rb [xenserver] Added missing Server.tags attribute 2012-06-07 19:26:47 +02:00
vbd_tests.rb [xenserver] fix tags to skip tests without credentials 2012-05-28 15:22:26 -05:00
vbds_tests.rb [xenserver] fix tags to skip tests without credentials 2012-05-28 15:22:26 -05:00
vif_tests.rb [xenserver] fix tags to skip tests without credentials 2012-05-28 15:22:26 -05:00
vifs_tests.rb [xenserver] fix tags to skip tests without credentials 2012-05-28 15:22:26 -05:00