This repository was archived by the owner on Feb 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,12 @@ def test_network_deployment(self):
7777
7878
7979class 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
8388class TestAWS1853 (AWSTestbase ):
Original file line number Diff line number Diff line change @@ -99,7 +99,12 @@ def test_network_deployment(self):
9999
100100
101101class 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
105110class TestAzure1853 (AzureTestBase ):
Original file line number Diff line number Diff line change @@ -113,7 +113,12 @@ def test_network_deployment(self):
113113
114114
115115class 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
119124class TestGCP1853 (GCPTestBase ):
You can’t perform that action at this time.
0 commit comments