From b8f044f8ec78f8cfcb221613ffcfad194615ee85 Mon Sep 17 00:00:00 2001 From: James Kuszmaul Date: Fri, 17 Jul 2015 13:32:59 -0400 Subject: [PATCH] Make the teststand run as lvuser instead of admin. Change-Id: I46c9fee09c99826393d02f792508307a77d14320 --- test-scripts/config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-scripts/config.sh b/test-scripts/config.sh index 78b327f610..55cf7da613 100755 --- a/test-scripts/config.sh +++ b/test-scripts/config.sh @@ -10,10 +10,10 @@ # so that test results are not commited to the repo DEFAULT_LOCAL_TEST_RESULTS_DIR=../test-reports -ROBOT_ADDRESS=admin@roboRIO-190.local +ROBOT_ADDRESS=lvuser@roboRIO-190.local DEFAULT_LOCAL_RUN_TEST_SCRIPT="run-tests-on-robot.sh" -DEFAULT_DESTINATION_DIR=/home/admin +DEFAULT_DESTINATION_DIR=/home/lvuser DEFAULT_TEST_SCP_DIR=${DEFAULT_DESTINATION_DIR}/deployedTests DEFAULT_DESTINATION_TEST_RESULTS_DIR=${DEFAULT_DESTINATION_DIR}/testResults