Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0927 1 #116

Merged
merged 3 commits into from
Sep 28, 2023
Merged

0927 1 #116

merged 3 commits into from
Sep 28, 2023

Commits on Sep 27, 2023

  1. runtests: add default value for LOGFILE

    Add default value for LOGFILE to make sure lkvs log could be recorded and
    it could avoid the issue when runtest without logfile situation also.
    
    Signed-off-by: Pengfei Xu <[email protected]>
    xupengfe committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    dd8c243 View commit details
    Browse the repository at this point in the history
  2. runtests: ensure all list cases are not cleared before testing

    Shell read command will be cleared in the vm test, ensure all the test TODO list
    are not cleared before testing, improve the TODO list way.
    
    Signed-off-by: Pengfei Xu <[email protected]>
    xupengfe committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a3fc6cd View commit details
    Browse the repository at this point in the history
  3. runtests: add one space to check result more clearly when command nam…

    …e is too long
    
    VM case result is long like as following:
    guest.test_launcher.sh -v 1 -s 1 -m 1 -d on -t tdx -x TD_BOOT -c "accept_memory=lazy" -p offPASS       0           21.070s
    
    Add one space and make the result more clearly as following:
    guest.test_launcher.sh -v 1 -s 1 -m 1 -d on -t tdx -x TD_BOOT -c "accept_memory=lazy" -p off PASS      0           21.000s
    
    Signed-off-by: Pengfei Xu <[email protected]>
    xupengfe committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7647752 View commit details
    Browse the repository at this point in the history