Commit b2c0060d authored by Spiros Koulouzis's avatar Spiros Koulouzis

fixed test

parent bb3f5ec4
...@@ -38,7 +38,7 @@ class MyTestCase(unittest.TestCase): ...@@ -38,7 +38,7 @@ class MyTestCase(unittest.TestCase):
def test_docker(self): def test_docker(self):
url = 'https://raw.githubusercontent.com/qcdis-sdia/sdia-tosca/master/examples/application_example_updated.yaml' url = 'https://raw.githubusercontent.com/qcdis-sdia/sdia-totest_kubernetessca/master/examples/application_example_updated.yaml'
input_tosca_file_path = self.get_remote_tosca_file(url) input_tosca_file_path = self.get_remote_tosca_file(url)
self.run_test(input_tosca_file_path) self.run_test(input_tosca_file_path)
...@@ -46,10 +46,10 @@ class MyTestCase(unittest.TestCase): ...@@ -46,10 +46,10 @@ class MyTestCase(unittest.TestCase):
input_tosca_file_path = self.get_remote_tosca_file(url) input_tosca_file_path = self.get_remote_tosca_file(url)
self.run_test(input_tosca_file_path) self.run_test(input_tosca_file_path)
def test_kubernetes(self): # def test_kubernetes(self):
url = 'https://raw.githubusercontent.com/qcdis-sdia/sdia-tosca/master/examples/kubernetes.yaml' # url = 'https://raw.githubusercontent.com/qcdis-sdia/sdia-tosca/master/examples/kubernetes.yaml'
input_tosca_file_path = self.get_remote_tosca_file(url) # input_tosca_file_path = self.get_remote_tosca_file(url)
self.run_test(input_tosca_file_path) # self.run_test(input_tosca_file_path)
def test_topology(self): def test_topology(self):
url = 'https://raw.githubusercontent.com/qcdis-sdia/sdia-tosca/master/examples/topology.yaml' url = 'https://raw.githubusercontent.com/qcdis-sdia/sdia-tosca/master/examples/topology.yaml'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment