aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/vgpu/vgpu.py
diff options
context:
space:
mode:
Diffstat (limited to 'functest/opnfv_tests/openstack/vgpu/vgpu.py')
-rw-r--r--functest/opnfv_tests/openstack/vgpu/vgpu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/opnfv_tests/openstack/vgpu/vgpu.py b/functest/opnfv_tests/openstack/vgpu/vgpu.py
index a900eb203..12f183e4e 100644
--- a/functest/opnfv_tests/openstack/vgpu/vgpu.py
+++ b/functest/opnfv_tests/openstack/vgpu/vgpu.py
@@ -16,7 +16,7 @@ import logging
from functest.core import singlevm
-class vGPU(singlevm.SingleVm2):
+class VGPU(singlevm.SingleVm2):
"""OpenStack vGPU Test Case."""
__logger = logging.getLogger(__name__)
@@ -35,7 +35,7 @@ class vGPU(singlevm.SingleVm2):
"""Initialize vGPU testcase object."""
if "case_name" not in kwargs:
kwargs["case_name"] = "vgpu"
- super(vGPU, self).__init__(**kwargs)
+ super(VGPU, self).__init__(**kwargs)
def execute(self):
"""