Forked from
oai / openairinterface5G
21214 commits behind the upstream repository.
-
Raphael Defosseux authored
-- Jenkins Pipeline script: -- Moved the node to a proper subnetwork -- Added ansiColor option -- XML testsuite file can now be an option to the main.py python script -- Added some examples testsuite templates -- main.py python file -- Added an option when opening an SSH session: taking care of clients with copied SSH keys in that case, verifing that we are on the correct host -- BuildeNB method is closer from Fujitsu's original one improvement on flexibility for code source path naming better clean-up of workspace -- LTEBOX EPC (init / termination / logCollection) methods improvements w/ a /tmp path -- Checking of processes (EPC / eNB) is parallelized also handles LTEBOX EPX vs OAI CN -- UE methods added: attach, detach, reboot, ping With complete parallelism for multiple UEs iperf added but not tested Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
Raphael Defosseux authored-- Jenkins Pipeline script: -- Moved the node to a proper subnetwork -- Added ansiColor option -- XML testsuite file can now be an option to the main.py python script -- Added some examples testsuite templates -- main.py python file -- Added an option when opening an SSH session: taking care of clients with copied SSH keys in that case, verifing that we are on the correct host -- BuildeNB method is closer from Fujitsu's original one improvement on flexibility for code source path naming better clean-up of workspace -- LTEBOX EPC (init / termination / logCollection) methods improvements w/ a /tmp path -- Checking of processes (EPC / eNB) is parallelized also handles LTEBOX EPX vs OAI CN -- UE methods added: attach, detach, reboot, ping With complete parallelism for multiple UEs iperf added but not tested Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
terminate_epc.xml 565 B
<testCaseList>
<TestCaseRequestedList>030201 050201 070201 060201</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
<testCase id="030201">
<class>Terminate_eNB</class>
<desc>Terminate eNB</desc>
</testCase>
<testCase id="050201">
<class>Terminate_HSS</class>
<desc>Terminate HSS</desc>
</testCase>
<testCase id="060201">
<class>Terminate_MME</class>
<desc>Terminate MME</desc>
</testCase>
<testCase id="070201">
<class>Terminate_SPGW</class>
<desc>Terminate SPGW</desc>
</testCase>
</testCaseList>