aboutsummaryrefslogtreecommitdiff
path: root/wa2host.yaml
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2015-11-03 15:52:38 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2015-11-03 16:16:26 +0530
commit26978969a1d294130efd9557201af0056b43e7ad (patch)
treea703ec382ac9843080e391e69f599bf9048d3e19 /wa2host.yaml
parentda6026e0abd197bdc7be4a4789546c617100782b (diff)
wa2-lava: obsolete prepare-device.sh2015.11
All the operations from prepare-device.sh has been moved in to agenda files. So prepare-device.sh is no more required. Change-Id: Ib6806ceb5b939fd1827cf04c0db29c15c63a1430 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Diffstat (limited to 'wa2host.yaml')
-rw-r--r--wa2host.yaml11
1 files changed, 5 insertions, 6 deletions
diff --git a/wa2host.yaml b/wa2host.yaml
index f3467f5..75b2584 100644
--- a/wa2host.yaml
+++ b/wa2host.yaml
@@ -57,9 +57,8 @@ run:
- lava-test-case step1-$SIGNAL_PREFIX-prepare-agenda --shell ./prepare-agenda.py --agenda $AGENDA --job-name $JOB_NAME
- lava-test-case step2-$SIGNAL_PREFIX-wait-for-ip --shell lava-wait $SIGNAL_PREFIX-send-ip
- lava-test-case step3-$SIGNAL_PREFIX-prepare-config --shell ./prepare-config.py --prefix $SIGNAL_PREFIX --config $CONFIG
- - lava-test-case step4-$SIGNAL_PREFIX-prepare-device --shell ./prepare-device.sh $MODE $DEVICE
- - lava-test-case step5-$SIGNAL_PREFIX-run-workload --shell ./run-workload.sh $AGENDA $JOB_NAME
- - if [ -f ./$JOB_NAME/results.csv ]; then lava-test-case-attach step6-$SIGNAL_PREFIX-run-workload ./$JOB_NAME/results.csv; fi
- - if [ -f ./$JOB_NAME/run.log ]; then lava-test-case-attach step7-$SIGNAL_PREFIX-run-workload ./$JOB_NAME/run.log; fi
- - lava-test-case step8-$SIGNAL_PREFIX-tear-down --shell ./tear-down.sh $JOB_NAME
- - lava-test-case step9-$SIGNAL_PREFIX-multinode-sync --shell lava-sync $SIGNAL_PREFIX-finished
+ - lava-test-case step4-$SIGNAL_PREFIX-run-workload --shell ./run-workload.sh $AGENDA $JOB_NAME
+ - if [ -f ./$JOB_NAME/results.csv ]; then lava-test-case-attach step5-$SIGNAL_PREFIX-run-workload ./$JOB_NAME/results.csv; fi
+ - if [ -f ./$JOB_NAME/run.log ]; then lava-test-case-attach step6-$SIGNAL_PREFIX-run-workload ./$JOB_NAME/run.log; fi
+ - lava-test-case step7-$SIGNAL_PREFIX-tear-down --shell ./tear-down.sh $JOB_NAME
+ - lava-test-case step8-$SIGNAL_PREFIX-multinode-sync --shell lava-sync $SIGNAL_PREFIX-finished