Reverting HITL runner changes
This commit is contained in:
parent
b17831b995
commit
6487318730
|
@ -12,8 +12,8 @@ set -eux
|
||||||
|
|
||||||
# Set up python for testing
|
# Set up python for testing
|
||||||
python3 -m venv --system-site-packages py
|
python3 -m venv --system-site-packages py
|
||||||
|
. py/bin/activate
|
||||||
py/bin/pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
# Test pinging Stabilizer. This exercises that:
|
# Test pinging Stabilizer. This exercises that:
|
||||||
# * DHCP is functional and an IP has been acquired
|
# * DHCP is functional and an IP has been acquired
|
||||||
|
@ -22,4 +22,4 @@ py/bin/pip install -r requirements.txt
|
||||||
ping -c 5 -w 20 stabilizer-hitl
|
ping -c 5 -w 20 stabilizer-hitl
|
||||||
|
|
||||||
# Test the MQTT interface.
|
# Test the MQTT interface.
|
||||||
py/bin/python3 miniconf.py dt/sinara/stabilizer afe/0 '"G2"'
|
python3 miniconf.py dt/sinara/stabilizer afe/0 '"G2"'
|
||||||
|
|
Loading…
Reference in New Issue