From 06846082515e9524fb6c6a28608c8b0d843aab2f Mon Sep 17 00:00:00 2001 From: Bharat Kumar Date: Mon, 9 Jun 2014 18:47:50 +0530 Subject: [PATCH] CLOUDSTACK-6879 Tagged the testcase test_vpc_site2site_vpn with the bugId Signed-off-by: Abhinandan Prateek --- test/integration/smoke/test_vpc_vpn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_vpc_vpn.py b/test/integration/smoke/test_vpc_vpn.py index 03826e95def..1b2844781a2 100644 --- a/test/integration/smoke/test_vpc_vpn.py +++ b/test/integration/smoke/test_vpc_vpn.py @@ -159,7 +159,7 @@ class TestVpcSite2SiteVpn(cloudstackTestCase): cls.cleanup = [cls.account] - @attr(tags=["advanced", "selfservice"]) + @attr(tags=["advanced", "selfservice"], BugId="CLOUDSTACK-6879") def test_vpc_site2site_vpn(self): """Test VPN in VPC"""