summaryrefslogtreecommitdiff
path: root/tct
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2016-12-07 14:05:42 +0100
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-02-01 17:36:51 +0100
commitf0700e045d5163f09020fc18a3030df52c807e70 (patch)
treea15db1ddd874668a07638ea5bdf18c27e66548d1 /tct
parent51ba917293bbf958bb676fc7efa15f5deed53034 (diff)
downloadmajor-f0700e045d5163f09020fc18a3030df52c807e70.tar.gz
major-f0700e045d5163f09020fc18a3030df52c807e70.tar.bz2
major-f0700e045d5163f09020fc18a3030df52c807e70.zip
Replace deprecated option with a new one
Change-Id: I72de8e8379bdf420f204dc0b4f64f6ef6a98e645 Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
Diffstat (limited to 'tct')
-rwxr-xr-xtct/run/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tct/run/run.sh b/tct/run/run.sh
index 1d744e7..a226367 100755
--- a/tct/run/run.sh
+++ b/tct/run/run.sh
@@ -112,7 +112,7 @@ run_avocado_ssh() {
sed -i "s:SSH_CONFIG_VALUE:${TESTLAB_SCRIPTS}/conf/ssh_config:" "${MULTIPLEX_FILE}"
avocado run "${TESTLAB_SCRIPTS}/run/common_test.py" \
- --multiplex "${MULTIPLEX_FILE}" \
+ --mux-yaml "${MULTIPLEX_FILE}" \
--job-results-dir "${RESULTS}"
}
@@ -127,6 +127,6 @@ run_avocado_sdb() {
sed -i "s:SERIAL_VALUE:${SERIAL}:" "${MULTIPLEX_FILE}"
avocado run "${TESTLAB_SCRIPTS}/run/common_test.py" \
- --multiplex "${MULTIPLEX_FILE}" \
+ --mux-yaml "${MULTIPLEX_FILE}" \
--job-results-dir "${RESULTS}"
}