From 1e716d49c7c898f46273bfa83f0ae0281a568fe0 Mon Sep 17 00:00:00 2001 From: mahanthgouda Date: Mon, 9 Mar 2015 17:53:07 +0000 Subject: gator-streaming-test: Added support for Open embedded Change-Id: Ib9cf6141664dcff9ff7e03214d345e200ecc1fe2 Signed-off-by: mahanthgouda --- ubuntu/gator-data-streaming-ubuntu.yaml | 2 ++ ubuntu/scripts/gator-data-streaming-ubuntu.sh | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ubuntu/gator-data-streaming-ubuntu.yaml b/ubuntu/gator-data-streaming-ubuntu.yaml index 57432ce..05534a0 100644 --- a/ubuntu/gator-data-streaming-ubuntu.yaml +++ b/ubuntu/gator-data-streaming-ubuntu.yaml @@ -7,8 +7,10 @@ metadata: depending upon output of this command." maintainer: - botao.sun@linaro.org + - mahanth.gouda@linaro.org os: - ubuntu + - openembedded scope: - functional devices: diff --git a/ubuntu/scripts/gator-data-streaming-ubuntu.sh b/ubuntu/scripts/gator-data-streaming-ubuntu.sh index 913a727..542b925 100755 --- a/ubuntu/scripts/gator-data-streaming-ubuntu.sh +++ b/ubuntu/scripts/gator-data-streaming-ubuntu.sh @@ -22,9 +22,12 @@ . 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 + # Location of XML template and data streaming result folder -xml_template="/root/session.xml" -data_streaming_result="/root/linaro-ubuntu-gator-data-streaming.apc" +xml_template="/tmp/gator_files/session.xml" +data_streaming_result="/tmp/gator_files/linaro-ubuntu-gator-data-streaming.apc" # Create sample XML file as a template echo " " > $xml_template -- cgit v1.2.3