Skip to content

Commit

Permalink
Adding HtxBootme test on OpTest
Browse files Browse the repository at this point in the history
The test is performed in below manner
1. Starts Htx workload on mdt.all/Block devices/Nic devices
2. Starts bootme which reboots the lpar every 30 minutes
3. wait for reboot and check htxerror logs after reboot, Htx must continue without any errors
4. Stop bootme
5. Stop Htx workload

Param : "boot_count" must be given from machine.conf file. The param is for the number of counts the reboot cycle must happen.
Default is 6

Signed-off-by: Tasmiya Nalatwad <[email protected]>
  • Loading branch information
TasmiyaNalatwad committed Apr 15, 2024
1 parent 8b9601c commit 118484b
Show file tree
Hide file tree
Showing 2 changed files with 685 additions and 0 deletions.
1 change: 1 addition & 0 deletions op-test
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ from testcases import OpTestGSBStaticKey
from testcases import GcovSetup
from testcases import Lcov
from testcases import BisectKernel
from testcases import OpTestHtxBootme
import OpTestConfiguration
import sys
import time
Expand Down
Loading

0 comments on commit 118484b

Please sign in to comment.