From 4dc62bd90eb80a20a4724b40a2c92ac74cd9a68b 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 (cherry picked from commit 06846082515e9524fb6c6a28608c8b0d843aab2f) --- 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 0e94e25a7b7..d06fd29abb2 100644 --- a/test/integration/smoke/test_vpc_vpn.py +++ b/test/integration/smoke/test_vpc_vpn.py @@ -227,7 +227,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"""