Gate: Set tests to run only if a deployment of OSH is performed
This PS updates the gate script to only run tests of OSH if it is actually deployed. Change-Id: Iaf89bbfffb01ca3c7ba7bfc5b5867794c6bfd5e8
This commit is contained in:
parent
c4050ba375
commit
920cb9aae5
@ -88,9 +88,11 @@ elif [ "x$INTEGRATION_TYPE" == "xarmada" ]; then
|
|||||||
bash ${WORK_DIR}/tools/gate/armada_launch.sh
|
bash ${WORK_DIR}/tools/gate/armada_launch.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run Basic Funtional Full Stack Intergation Tests
|
if ! [ "x$INTEGRATION_TYPE" == "x" ]; then
|
||||||
|
# Run Basic Full Stack Tests
|
||||||
if [ "x$INTEGRATION" == "xaio" ]; then
|
if [ "x$INTEGRATION" == "xaio" ]; then
|
||||||
bash ${WORK_DIR}/tools/gate/openstack_aio_launch.sh
|
bash ${WORK_DIR}/tools/gate/openstack_aio_launch.sh
|
||||||
fi
|
fi
|
||||||
|
# Collect all logs from the environment
|
||||||
bash ${WORK_DIR}/tools/gate/dump_logs.sh 0
|
bash ${WORK_DIR}/tools/gate/dump_logs.sh 0
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user