diff options
| author | dd <dd@wx.tnyzeq.icu> | 2024-11-12 10:00:11 +0100 |
|---|---|---|
| committer | dd <dd@wx.tnyzeq.icu> | 2024-11-12 10:00:11 +0100 |
| commit | 80f7def4978f02a9b2425a80172798b475d28bd8 (patch) | |
| tree | 1ff6dad9826a12f28c728a2b40d74401a39c32e4 /scripts | |
| parent | b125a3f53cf38fab7ad1a8b3bbc43bb409409437 (diff) | |
| parent | 4d01efaacf195f93e60aba0d7e27ab07f9bedf27 (diff) | |
| download | vyos-build-80f7def4978f02a9b2425a80172798b475d28bd8.tar.gz vyos-build-80f7def4978f02a9b2425a80172798b475d28bd8.zip | |
Merge branch 'vyos:current' into current
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/check-qemu-install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index d5edae4f..8a981cc3 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -584,7 +584,7 @@ try: def verify_config(): # Verify encrypted config is loaded c.sendline('show config commands | cat') - c.expect('set system option performance \'latency\'') + c.expect('set system option performance \'network-latency\'') c.expect('set system option reboot-on-panic') c.expect(op_mode_prompt) @@ -621,7 +621,7 @@ try: log.info('Adding nodes for encrypted config test') c.sendline('configure') c.expect(cfg_mode_prompt) - c.sendline('set system option performance latency') + c.sendline('set system option performance network-latency') c.expect(cfg_mode_prompt) c.sendline('set system option reboot-on-panic') c.expect(cfg_mode_prompt) |
