Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 015141e

Browse files
authored
Merge pull request #34 from cloudify-examples/dev
testing dev
2 parents 5f76290 + ccfe3ec commit 015141e

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

tests/test_aws.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,12 @@ def test_network_deployment(self):
7777

7878

7979
class TestAWS432(AWSTestbase):
80-
pass
80+
81+
@property
82+
def cloudify_rpm_url(self):
83+
return 'http://repository.cloudifysource.org/cloudify/' \
84+
'4.3.2/ga-release/cloudify-manager-install-4.3.2ga.rpm'
85+
8186

8287

8388
class TestAWS1853(AWSTestbase):

tests/test_azure.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,12 @@ def test_network_deployment(self):
9999

100100

101101
class TestAzure432(AzureTestBase):
102-
pass
102+
103+
@property
104+
def cloudify_rpm_url(self):
105+
return 'http://repository.cloudifysource.org/cloudify/' \
106+
'4.3.2/ga-release/cloudify-manager-install-4.3.2ga.rpm'
107+
103108

104109

105110
class TestAzure1853(AzureTestBase):

tests/test_gcp.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,12 @@ def test_network_deployment(self):
113113

114114

115115
class TestGCP432(GCPTestBase):
116-
pass
116+
117+
@property
118+
def cloudify_rpm_url(self):
119+
return 'http://repository.cloudifysource.org/cloudify/' \
120+
'4.3.2/ga-release/cloudify-manager-install-4.3.2ga.rpm'
121+
117122

118123

119124
class TestGCP1853(GCPTestBase):

0 commit comments

Comments
 (0)