import tag missing from test_shared_networks.py Signed-off-by: Prasanna Santhanam <[email protected]> (cherry picked from commit 76520e807f2595818baaab383e71dbcf3708e94d)
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/db10cd30 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/db10cd30 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/db10cd30 Branch: refs/heads/master-6-17-stable Commit: db10cd3079914edfbbf31dfcbfa616765d1eef3b Parents: 4127e17 Author: rayeesn <[email protected]> Authored: Mon Jun 17 07:22:00 2013 -0700 Committer: Prasanna Santhanam <[email protected]> Committed: Sat Jun 29 00:52:06 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_shared_networks.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/db10cd30/test/integration/component/test_shared_networks.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_shared_networks.py b/test/integration/component/test_shared_networks.py index cb2b55f..6bcfbfd 100644 --- a/test/integration/component/test_shared_networks.py +++ b/test/integration/component/test_shared_networks.py @@ -19,6 +19,7 @@ """ #Import Local Modules import marvin +from nose.plugins.attrib import attr from marvin.cloudstackTestCase import * from marvin.cloudstackAPI import * from marvin.integration.lib.utils import *
