We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f15da commit a975e07Copy full SHA for a975e07
scripts/check-qemu-install
@@ -563,7 +563,7 @@ try:
563
def verify_config():
564
# Verify encrypted config is loaded
565
c.sendline('show config commands | cat')
566
- c.expect('set system option performance \'latency\'')
+ c.expect('set system option performance \'network-latency\'')
567
c.expect('set system option reboot-on-panic')
568
c.expect(op_mode_prompt)
569
@@ -600,7 +600,7 @@ try:
600
log.info('Adding nodes for encrypted config test')
601
c.sendline('configure')
602
c.expect(cfg_mode_prompt)
603
- c.sendline('set system option performance latency')
+ c.sendline('set system option performance network-latency')
604
605
c.sendline('set system option reboot-on-panic')
606
0 commit comments