Test "Wait for LWK to run at shutdown." on arm64

Change-Id: I96785dda7a1a7eb36ceeb31401d71b4e40efb185
Refs: #898
Refs: #928
This commit is contained in:
Shiratori, Takehiro
2018-12-03 20:06:37 +09:00
parent de70eac619
commit 3f11c1aee5
34 changed files with 2825 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
sudo ./CT_001
*** CT_001 start *************************
[OK] shutdown immediately after boot returned 0
*** All tests finished
sudo ./CT_002
*** CT_002 start *************************
[OK] destroy immediately after boot returned NOT 0
*** All tests finished
sudo ./CT_003
*** CT_003 start *************************
[OK] ihk_os_boot
[OK] done mcexec
[OK] shutdown after mcexec returned 0
*** All tests finished
sudo ./CT_004
*** CT_004 start *************************
[OK] ihk_os_boot
[OK] do mcexec
[OK] destroy after mcexec returned 0
*** All tests finished
-sudo ./CT_005
*** CT_005 start *************************
[OK] ihk_os_boot
start long mcexec...
[OK] shutdown during mcexec returned 0
(But, mcexec process remain due to #846)
*** All tests finished
sudo ./CT_006
*** CT_006 start *************************
[OK] ihk_os_boot
start long mcexec...
[OK] destroy during mcexec returned NOT 0
*** All tests finished
sudo ./CT_007
*** CT_007 start *************************
[OK] shutdown before boot returned 0
*** All tests finished
sudo ./CT_008
*** CT_008 start *************************
[OK] ihk_os_boot
[OK] do mcexec
[OK] shutdown after mcexec returned 0
[OK] ihk_os_get_status returned SHUTDOWN or INACTIVE
[OK] shutdown after shutdown returned NOT 0
*** All tests finished
sudo ./CT_009
*** CT_009 start *************************
[OK] force shutdown immediately after boot returned 0
*** All tests finished