From 73d49d0907843bb24c0d2c4707da458afa5072e0 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 12 Aug 2013 14:42:05 +0530 Subject: [PATCH] Fix test naming to reflect the test purpose Signed-off-by: Prasanna Santhanam (cherry picked from commit 445341355d18d280c745e8a1abcf39bafd938f91) --- test/integration/smoke/test_nic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/smoke/test_nic.py b/test/integration/smoke/test_nic.py index 0d43a920e97..b28e1b8c78b 100644 --- a/test/integration/smoke/test_nic.py +++ b/test/integration/smoke/test_nic.py @@ -129,7 +129,7 @@ class Services: # CentOS 5.3 (64-bit) } -class TestDeployVM(cloudstackTestCase): +class TestNic(cloudstackTestCase): def setUp(self): self.cleanup = []