[CORD-3191] Remove old pmc-olt ref from olt-service

Change-Id: Ibdbd1cf96c4f4c006f3d2b0f8cd29e42bb113318
diff --git a/VERSION b/VERSION
index 38f77a6..488130a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.1
+2.0.2.dev0
diff --git a/xos/synchronizer/steps/test_sync_olt_device.py b/xos/synchronizer/steps/test_sync_olt_device.py
index 4700b05..a1ff08c 100644
--- a/xos/synchronizer/steps/test_sync_olt_device.py
+++ b/xos/synchronizer/steps/test_sync_olt_device.py
@@ -46,7 +46,7 @@
     if not request['of:0000000ce2314000']:
         return False
     else:
-        if not request['of:0000000ce2314000']['basic']['driver'] == 'pmc-olt':
+        if not request['of:0000000ce2314000']['basic']['driver'] == 'voltha':
             return False
         if not request['of:0000000ce2314000']['accessDevice']['vlan'] == "s_tag" or not request['of:0000000ce2314000']['accessDevice']['uplink'] == "129":
             return False
@@ -104,7 +104,7 @@
         o.host = "172.17.0.1"
         o.port = "50060"
         o.uplink = "129"
-        o.driver = "pmc-olt"
+        o.driver = "voltha"
 
         # feedback state
         o.device_id = None