1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

marked mocking tests pending

This commit is contained in:
Efe Yardimci 2013-09-02 00:58:23 -04:00
parent a79aad91e0
commit da9340898e
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
Shindo.tests('Fog::Redshift[:aws] | cluster parameter group requests', ['aws']) do Shindo.tests('Fog::Redshift[:aws] | cluster parameter group requests', ['aws']) do
pending if Fog.mocking?
suffix = rand(65536).to_s(16) suffix = rand(65536).to_s(16)
parameter_group = "test-cluster-parameter-group-#{suffix}" parameter_group = "test-cluster-parameter-group-#{suffix}"

View file

@ -1,5 +1,5 @@
Shindo.tests('Fog::Redshift[:aws] | cluster security group requests', ['aws']) do Shindo.tests('Fog::Redshift[:aws] | cluster security group requests', ['aws']) do
pending if Fog.mocking?
suffix = rand(65536).to_s(16) suffix = rand(65536).to_s(16)
identifier = "test-cluster-security-group-#{suffix}" identifier = "test-cluster-security-group-#{suffix}"

View file

@ -1,5 +1,5 @@
Shindo.tests('Fog::Redshift[:aws] | cluster snapshot requests', ['aws']) do Shindo.tests('Fog::Redshift[:aws] | cluster snapshot requests', ['aws']) do
pending if Fog.mocking?
suffix = rand(65536).to_s(16) suffix = rand(65536).to_s(16)
identifier = "test-snapshot-#{suffix}" identifier = "test-snapshot-#{suffix}"
cluster = "test-cluster-#{suffix}" cluster = "test-cluster-#{suffix}"

View file

@ -1,5 +1,5 @@
Shindo.tests('Fog::Redshift[:aws] | cluster requests', ['aws']) do Shindo.tests('Fog::Redshift[:aws] | cluster requests', ['aws']) do
pending if Fog.mocking?
identifier = "test-cluster-#{rand(65536).to_s(16)}" identifier = "test-cluster-#{rand(65536).to_s(16)}"
@cluster_format = { @cluster_format = {