import tag missing from test_shared_networks.py Signed-off-by: Prasanna Santhanam <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/76520e80 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/76520e80 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/76520e80 Branch: refs/heads/disk_io_throttling Commit: 76520e807f2595818baaab383e71dbcf3708e94d Parents: 93938ca Author: rayeesn <[email protected]> Authored: Mon Jun 17 07:22:00 2013 -0700 Committer: Prasanna Santhanam <[email protected]> Committed: Tue Jun 18 11:43:39 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/76520e80/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 *
