Skip to content

Commit

Permalink
T6867: change network-latency config in TPM test
Browse files Browse the repository at this point in the history
Signed-off-by: Date <Date Huang>
  • Loading branch information
Date authored and Date committed Nov 12, 2024
1 parent 33f15da commit 58f69eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check-qemu-install
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,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)

Expand Down Expand Up @@ -600,7 +600,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)
Expand Down

0 comments on commit 58f69eb

Please sign in to comment.