Apply suggestions from code review
Co-authored-by: Robert Jördens <rj@quartiq.de>
This commit is contained in:
parent
56acd9de2b
commit
5d9c7b0884
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/bash -e
|
#!/bin/sh
|
||||||
|
|
||||||
# Title:
|
# Title:
|
||||||
# Stabilizer hardware-in-the-loop (HITL) test script.
|
# Stabilizer hardware-in-the-loop (HITL) test script.
|
||||||
@ -15,8 +15,8 @@ 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
|
||||||
# * Stabilizer's network is functioning as intended
|
# * Stabilizer's network is functioning as intended
|
||||||
# * The stabilizer application is opeerational
|
# * The stabilizer application is operational
|
||||||
ping -c 5 -w 20 gonnigan.ber.quartiq.de
|
ping -c 5 -w 20 stabilizer-hitl
|
||||||
|
|
||||||
# Test the MQTT interface.
|
# Test the MQTT interface.
|
||||||
python3 miniconf.py dt/sinara/stabilizer afe/0 '"G2"'
|
python3 miniconf.py dt/sinara/stabilizer afe/0 '"G2"'
|
||||||
|
Loading…
Reference in New Issue
Block a user