Changes to run with latest voltha

Change-Id: Id4fd1a72dbeafd0781500fb51276aa30d7455b48
diff --git a/src/test/utils/VolthaCtrl.py b/src/test/utils/VolthaCtrl.py
index d1ee967..5d9993a 100644
--- a/src/test/utils/VolthaCtrl.py
+++ b/src/test/utils/VolthaCtrl.py
@@ -25,8 +25,8 @@
 from OltConfig import OltConfig
 
 class VolthaService(object):
-    services = ('consul', 'kafka', 'zookeeper', 'registrator', 'fluentd')
-    standalone_services = ('envoy', 'voltha', 'ofagent', 'vcli',)
+    services = ('vconsul', 'kafka', 'zookeeper', 'registrator', 'fluentd')
+    standalone_services = ('envoy', 'voltha', 'ofagent', 'cli',)
     compose_file = 'docker-compose-system-test.yml'
     service_map = {}
     PROJECT = 'cordtester'