summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2018-01-17 13:18:06 -0800
committerArthur She <arthur.she@linaro.org>2018-01-17 13:18:06 -0800
commit4a88b3324aecfb3111aacaed498d9d81fa03f879 (patch)
tree8733a991c295136eab7271c9ad64f2b235e577dd
parent9dd9b09a9e716dfa2890a57b4c0e9d486a059f2d (diff)
robotframework-lxc.yaml:
Use test case name instead of 'robotframework-test' for the test case ID of the result submission.
-rw-r--r--openembedded/robotframework-lxc.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/openembedded/robotframework-lxc.yaml b/openembedded/robotframework-lxc.yaml
index 175ac6c..924658b 100644
--- a/openembedded/robotframework-lxc.yaml
+++ b/openembedded/robotframework-lxc.yaml
@@ -43,7 +43,8 @@ run:
- do
- TEST_DIR=$(dirname lhg-robotframework-test/$t); pushd $TEST_DIR
- TEST_CASE=$(basename $t)
- - lava-test-case robotframework-test --shell robot -v TARGET:$TARGET_IP $TEST_CASE
+ - LAVA_TEST_CASE=`echo $TEST_CASE | sed 's/\.robot//'`
+ - lava-test-case $LAVA_TEST_CASE --shell robot -v TARGET:$TARGET_IP $TEST_CASE
- popd
- done