diff --git a/testcases/OpTestDlparIO.py b/testcases/OpTestDlparIO.py index b73134a98..caa55ed99 100644 --- a/testcases/OpTestDlparIO.py +++ b/testcases/OpTestDlparIO.py @@ -24,6 +24,40 @@ --------- This test is to preform and validate dlpar commands on SRIOV and Physical adapters + +Example Conf file for dlpar +[op-test] +bmc_type=FSP_PHYP +bmc_ip= +bmc_username= +bmc_password= +host_ip= +host_user= +host_password= +hmc_ip= +hmc_username= +hmc_password= +system_name= +lpar_name= +lpar_prof=default +host_cmd_timeout=36000 +git_home=/home/linux_src +use_kexec=True +machine_state=OS +target_lpar= +pci_device= (example : 4007:01:00.0) +sriov= +num_of_dlpar= + +Executing dlpar tests +./op-test --run-suite ${test}-suite -c test_conf + +To run all scenarios part of the suite. +./op-test --run-suite DlparIO-suite -c dlpar.conf + +To run individual test. +/op-test --run testcases.OpTestDlparIO.OpTestDlpar -c dlpar.conf + ''' import unittest diff --git a/testcases/OpTestLPM.py b/testcases/OpTestLPM.py index d67c80dfa..e0f703fb5 100644 --- a/testcases/OpTestLPM.py +++ b/testcases/OpTestLPM.py @@ -27,6 +27,30 @@ This test is to preform and validate basic Live Partition Mobility(LPM) migration from source to destination managed system + +Example Conf file for LPM +[op-test] +bmc_type=FSP_PHYP +bmc_ip= +bmc_username= +bmc_password= +host_ip= +host_user= +host_password= +hmc_ip= +hmc_username= +hmc_password= +system_name= +lpar_name= +lpar_prof=default +host_cmd_timeout=36000 +git_home=/home/linux_src +use_kexec=True +machine_state=OS +target_system_name= + +To Run LPM Test +./op-test --run-suite LPM_suite -c lpm.conf ''' import unittest