summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2025-06-26 15:22:27 +0100
committerGitHub <noreply@github.com>2025-06-26 15:22:27 +0100
commitf6370492997906c993d253233f185eca7416df02 (patch)
tree7ae61c595ae2877f35356574c5e9fc35c9745858 /scripts
parent3222553a260ae524a5c47801f4819a1825e999c2 (diff)
parent042e14c6f53623915e610f75f964e1ebbe504795 (diff)
downloadvyos-build-f6370492997906c993d253233f185eca7416df02.tar.gz
vyos-build-f6370492997906c993d253233f185eca7416df02.zip
Merge pull request #980 from natali-rs1985/T7424
T7424: Create vyos.smoketests.hint file before starting vyos-configd
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-qemu-install8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index 61f3d28f..3c85499a 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -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
#################################################