Skip to content

Commit

Permalink
Fix quote_verification test case randomly fail issue
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
liuw1 committed Feb 1, 2024
1 parent df0f64a commit a05bc72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sh_script/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ def test_config_A_quote_verification():
ctx.execute_qmp()
ctx.start_user_td(with_guest_kernel=True)
ctx.connect_ssh()

time.sleep(10)

LOG.debug(export_ca_cmd)
runner = ctx.exec_ssh_command(export_ca_cmd)
Expand Down Expand Up @@ -803,6 +805,8 @@ def test_config_B_no_sb_quote_verification():
ctx.execute_qmp()
ctx.start_user_td(with_guest_kernel=True)
ctx.connect_ssh()

time.sleep(10)

LOG.debug(export_ca_cmd)
runner = ctx.exec_ssh_command(export_ca_cmd)
Expand Down Expand Up @@ -1335,6 +1339,8 @@ def test_config_B_sb_quote_verification():
ctx.execute_qmp()
ctx.start_user_td(with_guest_kernel=True)
ctx.connect_ssh()

time.sleep(10)

LOG.debug(export_ca_cmd)
runner = ctx.exec_ssh_command(export_ca_cmd)
Expand Down

0 comments on commit a05bc72

Please sign in to comment.