зеркало из https://github.com/github/fog.git
Mark broken DigitalOcean tests as pending
See https://github.com/fog/fog/pull/3304
This commit is contained in:
Родитель
0bd79a7306
Коммит
fa9254ba8d
|
@ -1,5 +1,7 @@
|
|||
Shindo.tests("Fog::Compute[:digitalocean] | server model", ['digitalocean', 'compute']) do
|
||||
|
||||
pending # See https://github.com/fog/fog/pull/3304
|
||||
|
||||
server = fog_test_server
|
||||
|
||||
tests('The server model should') do
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
Shindo.tests('Fog::Compute[:digitalocean] | get_server_details request', ['digitalocean', 'compute']) do
|
||||
|
||||
pending # See https://github.com/fog/fog/pull/3304
|
||||
|
||||
tests('success') do
|
||||
|
||||
test('#get_server_details') do
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
Shindo.tests('Fog::Compute[:digitalocean] | power_cycle_server request', ['digitalocean', 'compute']) do
|
||||
|
||||
pending # See https://github.com/fog/fog/pull/3304
|
||||
|
||||
server = fog_test_server
|
||||
|
||||
tests('success') do
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
Shindo.tests('Fog::Compute[:digitalocean] | power on/off/shutdown requests',
|
||||
['digitalocean', 'compute']) do
|
||||
|
||||
pending # See https://github.com/fog/fog/pull/3304
|
||||
|
||||
service = Fog::Compute[:digitalocean]
|
||||
server = fog_test_server
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче