This repository was archived by the owner on Feb 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,12 @@ def test_network_deployment(self):
77
77
78
78
79
79
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
+
81
86
82
87
83
88
class TestAWS1853 (AWSTestbase ):
Original file line number Diff line number Diff line change @@ -99,7 +99,12 @@ def test_network_deployment(self):
99
99
100
100
101
101
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
+
103
108
104
109
105
110
class TestAzure1853 (AzureTestBase ):
Original file line number Diff line number Diff line change @@ -113,7 +113,12 @@ def test_network_deployment(self):
113
113
114
114
115
115
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
+
117
122
118
123
119
124
class TestGCP1853 (GCPTestBase ):
You can’t perform that action at this time.
0 commit comments