testing: Remove nearly all sleep calls from pretest and posttest scripts
By consistently using the `expect-connection` helper we can avoid pretty much all previously needed calls to sleep.
This commit is contained in:
@@ -6,6 +6,6 @@ carol::cat /etc/tnc_config
|
||||
dave::cat /etc/tnc_config
|
||||
moon::hostapd -B /etc/hostapd/hostapd.conf
|
||||
carol::LEAK_DETECTIVE_DISABLE=1 LOG4CXX_CONFIGURATION=/etc/tnc/log4cxx.properties wpa_supplicant -B -c /etc/wpa_supplicant.conf -D wired -i eth0
|
||||
carol::sleep 4
|
||||
carol::sleep 4
|
||||
dave::LEAK_DETECTIVE_DISABLE=1 LOG4CXX_CONFIGURATION=/etc/tnc/log4cxx.properties wpa_supplicant -B -c /etc/wpa_supplicant.conf -D wired -i eth0
|
||||
dave::sleep 4
|
||||
|
||||
Reference in New Issue
Block a user