aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-11-22 07:29:28 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-11-23 21:31:57 +0100
commitd263576bd9961b4177080ff75844d0ed47dc886a (patch)
tree8d1b9777616392c50a6304d043713c49bc4b056b /setup.cfg
parent79771aaf65fd6eb93e318c472d72d5fad6561bf1 (diff)
Fix an invalid class name (vGPU)
Change-Id: Ifff9eff1984846937920124ad0a7790e20593b25 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 77c7ecd0e..0ec6e5b1e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,7 +36,7 @@ xtesting.testcase =
vmtp = functest.opnfv_tests.openstack.vmtp.vmtp:Vmtp
shaker = functest.opnfv_tests.openstack.shaker.shaker:Shaker
snaps_smoke = functest.opnfv_tests.openstack.snaps.smoke:SnapsSmoke
- vgpu = functest.opnfv_tests.openstack.vgpu.vgpu:vGPU
+ vgpu = functest.opnfv_tests.openstack.vgpu.vgpu:VGPU
rally_full = functest.opnfv_tests.openstack.rally.rally:RallyFull
cloudify = functest.core.cloudify:Cloudify
cloudify_ims = functest.opnfv_tests.vnf.ims.cloudify_ims:CloudifyIms