Fix some issues with Chameleon Tests

Change-Id: I833667365fe4781589b4cea62901f6fcce47fe4a
diff --git a/src/test/cord-api/Tests/Ch_VoltTenant.txt b/src/test/cord-api/Tests/Ch_VoltTenant.txt
index 60b4a41..e773db9 100644
--- a/src/test/cord-api/Tests/Ch_VoltTenant.txt
+++ b/src/test/cord-api/Tests/Ch_VoltTenant.txt
@@ -64,6 +64,6 @@
     # Verifying Get after PUT operation
     #${getVolt_afterPut}=    restApi.ApiGet    VOLT_TENANT
     #${getVoltDict}=    utils.getDictFromListofDict    ${getVolt_afterPut}    id    ${voltID}
-    ${getVoltDict}=    utils.ApiChemeleonGet    VOLT_TENANT    ${voltID}
+    ${getVoltDict}=    restApi.ApiChameleonGet    VOLT_TENANT    ${voltID}
     ${result_afterPut}=    utils.compare_dict    ${putvoltTenantDict}    ${getVoltDict}
     Should Be True    ${result_afterPut}