File tree 4 files changed +5
-19
lines changed
4 files changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ cd "tests_results/${DATE}_robot_${TESTS_RESULTS}/"
25
25
# Copy the setup-env files.
26
26
cp ../../setup-env* sh .
27
27
28
+ if [[ " ${TEST_BOARD_SETUP_SKIP} " != " yes" ]]
29
+ then
30
+ ../../prepare-board.sh
31
+ fi
32
+
28
33
exec robot --name " WPE image tests" \
29
34
--consolewidth 158 \
30
35
--exclude skip \
Original file line number Diff line number Diff line change @@ -27,11 +27,6 @@ Get Remote Memory Used
27
27
${value } = Evaluate float(${stdout } [0 ])
28
28
RETURN ${value }
29
29
30
- Prepare Board
31
- ${rc } ${output } = Run And Return Rc And Output ${PREPARE_BOARD_SCRIPT }
32
- Should Be Equal As Integers ${rc } 0 msg=Prepare Board command failed with non-zero exit status
33
- Log output: ${output }
34
-
35
30
Webdriver Remote Start
36
31
${TEST_BOARD_IP } Get Environment Variable TEST_BOARD_IP
37
32
${TEST_BOARD_WEBDRIVER_PORT } Get Environment Variable TEST_BOARD_WEBDRIVER_PORT
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
*** Variables ***
2
- ${PREPARE_BOARD_SCRIPT } ../../prepare-board.sh
3
-
4
2
${MOTIONMARK_MIN_SCORE } 90
5
3
6
4
${VIDEO_30_FPS_THRESHOLD_CPU_LOAD } 3
You can’t perform that action at this time.
0 commit comments