From 51cacadeada3c6ed5df4a960b25d3ed9f02b72c6 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Fri, 2 Aug 2013 22:10:35 +0530 Subject: [PATCH] vpn tags are not supported resource types Signed-off-by: Prasanna Santhanam (cherry picked from commit 6f63817d07746bf4674e3686e73cafc4bf852a2c) --- test/integration/component/test_tags.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/component/test_tags.py b/test/integration/component/test_tags.py index 67aa99ea06a..6776c8c11fa 100644 --- a/test/integration/component/test_tags.py +++ b/test/integration/component/test_tags.py @@ -697,6 +697,7 @@ class TestResourceTags(cloudstackTestCase): # 1. Enable the VPN # 2. create Tag on VPN rule using CreateTag API # 3. Delete the VPN rule + self.skipTest("VPN resource tags are unsupported in 4.0") self.debug("Fetching the network details for account: %s" % self.account.name)