From 8a83e58e97a909b28bb86a5f0b45f62debf72914 Mon Sep 17 00:00:00 2001 From: zhurong Date: Tue, 15 Aug 2017 15:34:00 +0800 Subject: [PATCH] Skip two test due to apps.openstack.org is retired Change-Id: Ic272e875b918c476a023f2c28b930a0e1001b456 --- muranoclient/tests/functional/cli/test_murano.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/muranoclient/tests/functional/cli/test_murano.py b/muranoclient/tests/functional/cli/test_murano.py index c2e28805..17ffa352 100644 --- a/muranoclient/tests/functional/cli/test_murano.py +++ b/muranoclient/tests/functional/cli/test_murano.py @@ -814,6 +814,7 @@ class BundleMuranoSanityClientTest(utils.CLIUtilsTestPackagesBase): fail_ok=True) self.assertIn("murano bundle-import: error: too few arguments", result) + @unittest.skip("Skip due to apps.openstack.org website is retired.") def test_bundle_import_with_non_existing_package_name(self): """Test scenario: @@ -828,6 +829,7 @@ class BundleMuranoSanityClientTest(utils.CLIUtilsTestPackagesBase): self.assertIn("Couldn't find file for package", result) self.assertIn("Error Got non-ok status(404) while connecting", result) + @unittest.skip("Skip due to apps.openstack.org website is retired.") def test_bundle_import_with_non_existing_name(self): """Test scenario: