changing 'pybot' to 'robot' as pybot is depricated
Change-Id: I410a0c26082c535f89b387d85bdb6d44b0f619d9
diff --git a/Jenkinsfile-rcordlite-control-plane b/Jenkinsfile-rcordlite-control-plane
index 90bda07..52f1226 100644
--- a/Jenkinsfile-rcordlite-control-plane
+++ b/Jenkinsfile-rcordlite-control-plane
@@ -125,7 +125,7 @@
export KUBECONFIG=/home/cord/${deployment_config.pod_config}
cd /home/cord/cord-tester/src/test/robot/
rm -rf Log/ || true
- pybot -d Log -T -l log-SanityK8POD SanityK8POD.robot || true
+ robot -d Log -T -l log-SanityK8POD SanityK8POD.robot || true
"""
} catch(error) { currentBuild.result = 'FAILURE' }
}
@@ -147,8 +147,8 @@
sed -i \"s/^\\(XOS_PASSWD = \\).*/\\1\'letmein\'/\" RestApiProperties.py
cd /home/cord/cord-tester/src/test/cord-api/Tests
rm -rf Log/ || true
- pybot -d Log -T -l log-VOLTDevice_Test VOLTDevice_Test.txt || true
- pybot -d Log -T -l log-RCORDLite_E2ETest RCORDLite_E2ETest.txt || true
+ robot -d Log -T -l log-VOLTDevice_Test VOLTDevice_Test.txt || true
+ robot -d Log -T -l log-RCORDLite_E2ETest RCORDLite_E2ETest.txt || true
"""
} catch(error) { currentBuild.result = 'FAILURE' }
}