Commit 793c8de2 authored by Robert Schmidt's avatar Robert Schmidt

CI: Add L2sim-4G iperf DL&UL test

parent 71c13d85
...@@ -35,6 +35,8 @@ ...@@ -35,6 +35,8 @@
200000 200000
020001 020001
020002 020002
030011
030012
200001 200001
100001 100001
</TestCaseRequestedList> </TestCaseRequestedList>
...@@ -94,6 +96,24 @@ ...@@ -94,6 +96,24 @@
<loss_threshold>0</loss_threshold> <loss_threshold>0</loss_threshold>
</testCase> </testCase>
<testCase id="030011">
<class>IperfFromContainer</class>
<desc>Iperf UDP Downlink</desc>
<server_container_name>l2sim4g-oai-lte-ue1</server_container_name>
<client_container_name>l2sim4g-trf-gen</client_container_name>
<server_options>-B 12.0.0.2 -u -i 1 -s</server_options>
<client_options>-c 12.0.0.2 -u -i 1 -t 30 -b 1M</client_options>
</testCase>
<testCase id="030012">
<class>IperfFromContainer</class>
<desc>Iperf UDP Uplink</desc>
<server_container_name>l2sim4g-trf-gen</server_container_name>
<client_container_name>l2sim4g-oai-lte-ue1</client_container_name>
<server_options>-u -i 1 -s</server_options>
<client_options>-B 12.0.0.2 -c 192.168.61.11 -u -i 1 -t 30 -b 3M</client_options>
</testCase>
<testCase id="100001"> <testCase id="100001">
<class>UndeployGenObject</class> <class>UndeployGenObject</class>
<desc>Undeploy all OAI 4G stack</desc> <desc>Undeploy all OAI 4G stack</desc>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment