From 81ae7efbac6cce251092ae91719611007a07a5f7 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Tue, 31 Dec 2024 14:13:58 +0100 Subject: Testsuite: T6991: inform smoketest about this environment --- scripts/check-qemu-install | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 0a5e3970..755a8307 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -536,12 +536,17 @@ try: c.sendline('systemd-detect-virt') c.expect('kvm') c.expect(op_mode_prompt) + # Ensure ephemeral key is loaded vyos_kernel_key = 'VyOS build time autogenerated kernel key' c.sendline(f'show log kernel | match "{vyos_kernel_key}"') 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 ################################################# -- cgit v1.2.3