Initial CHO Test commit (comments incorporated)
diff --git a/TestON/drivers/common/cli/onosclidriver.py b/TestON/drivers/common/cli/onosclidriver.py
index 4d43cab..406e037 100644
--- a/TestON/drivers/common/cli/onosclidriver.py
+++ b/TestON/drivers/common/cli/onosclidriver.py
@@ -1990,7 +1990,7 @@
             main.exit()
 
     #***********************************
-    def getDevicePortsEnabledCount(self,str(dpid)):
+    def getDevicePortsEnabledCount(self,dpid):
         '''
         Get the count of all enabled ports on a particular device/switch
         '''