T7424: Create vyos.smoketests.hint file before starting

vyos-configd
This commit is contained in:
Nataliia Solomko 2025-06-26 13:21:18 +03:00
parent 3222553a26
commit 042e14c6f5

View File

@ -532,6 +532,10 @@ try:
c.sendline('sudo modprobe mac80211_hwsim')
c.expect(op_mode_prompt)
# Inform smoketest about this environment
c.sendline('touch /tmp/vyos.smoketests.hint')
c.expect(op_mode_prompt)
#################################################
# Start/stop config daemon
#################################################
@ -586,10 +590,6 @@ try:
c.expect(f'.*{vyos_kernel_key}.*')
c.expect(op_mode_prompt)
# Inform smoketest about this environment
c.sendline('touch /tmp/vyos.smoketests.hint')
c.expect(op_mode_prompt)
#################################################
# Executing test-suite
#################################################