summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2015-06-09 22:10:16 -0700
committerArthur She <arthur.she@linaro.org>2015-06-09 22:10:16 -0700
commit0983193691aa171a4c7738d150fc76475b246f08 (patch)
tree487ddeb1e22731e74863fd254a561180eac9db42
parentd399762c765429f119811d030065b120f4775096 (diff)
renamed: ubuntu/gator-data-streaming-ubuntu.yaml -> common/gator-data-streaming-ubuntu.yaml
renamed: ubuntu/scripts/gator-data-streaming-ubuntu.sh -> common/scripts/gator-data-streaming-ubuntu.sh
-rw-r--r--common/gator-data-streaming-ubuntu.yaml (renamed from ubuntu/gator-data-streaming-ubuntu.yaml)2
-rwxr-xr-xcommon/scripts/gator-data-streaming-ubuntu.sh (renamed from ubuntu/scripts/gator-data-streaming-ubuntu.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/gator-data-streaming-ubuntu.yaml b/common/gator-data-streaming-ubuntu.yaml
index ea4b57e..0d9b65f 100644
--- a/ubuntu/gator-data-streaming-ubuntu.yaml
+++ b/common/gator-data-streaming-ubuntu.yaml
@@ -33,7 +33,7 @@ install:
run:
steps:
- - "cd ubuntu/scripts; ./gator-data-streaming-ubuntu.sh"
+ - "cd common/scripts; ./gator-data-streaming-ubuntu.sh"
parse:
pattern: "(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"
diff --git a/ubuntu/scripts/gator-data-streaming-ubuntu.sh b/common/scripts/gator-data-streaming-ubuntu.sh
index 542b925..55963af 100755
--- a/ubuntu/scripts/gator-data-streaming-ubuntu.sh
+++ b/common/scripts/gator-data-streaming-ubuntu.sh
@@ -20,7 +20,7 @@
#
# Author: Botao Sun <botao.sun@linaro.org>
-. include/sh-test-lib
+. ../../ubuntu/scripts/include/sh-test-lib
# Creating a new directory called gator_files under tmp so that it can be uniformly used for both Ubuntu and OE instead of using root for session.xml file
mkdir -p /tmp/gator_files