Skip to content

Commit a975e07

Browse files
committed
T3501: Fix cli command in check-qemu-install
1 parent 33f15da commit a975e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/check-qemu-install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ try:
563563
def verify_config():
564564
# Verify encrypted config is loaded
565565
c.sendline('show config commands | cat')
566-
c.expect('set system option performance \'latency\'')
566+
c.expect('set system option performance \'network-latency\'')
567567
c.expect('set system option reboot-on-panic')
568568
c.expect(op_mode_prompt)
569569

@@ -600,7 +600,7 @@ try:
600600
log.info('Adding nodes for encrypted config test')
601601
c.sendline('configure')
602602
c.expect(cfg_mode_prompt)
603-
c.sendline('set system option performance latency')
603+
c.sendline('set system option performance network-latency')
604604
c.expect(cfg_mode_prompt)
605605
c.sendline('set system option reboot-on-panic')
606606
c.expect(cfg_mode_prompt)

0 commit comments

Comments
 (0)