Add vEPC default bearers create/delete test case 73/60373/7
authorOrest Voznyy <orestx.voznyy@intel.com>
Sat, 28 Jul 2018 13:25:02 +0000 (16:25 +0300)
committerOrest Voznyy <orestx.voznyy@intel.com>
Sat, 15 Sep 2018 00:40:03 +0000 (03:40 +0300)
commit600059b928156d807ca1712736609a23f15dc1c3
treef3852de7994ec7a31a6fb8ac9a199247ea3f1ca6
parent8ef31dc4d4b263b975a5b8d0ee72b06597454455
Add vEPC default bearers create/delete test case

This test case runs on Spirent Landslide TG. All vEPC entities are
emulated on Landslide test server.

Test run configuration is performed in following files:
 1. test case file
 2. pod file
 3. session profile file (landslide_session_default_bearer*.yaml)

The structure of these files represents configuration of different
parts of test cases in this test session. The order of test cases should
always match.
Spirent Landslide test types involved: "SGW_Node", "SGW_Nodal".

Test case actions sequence:
 - create default bearers (as per value of "Sessions" key) with
   specified rate (session profile key "StartRate")
 - send traffic flow(s) (pre-configured in traffic profile) for a number
   of seconds (specified in session profile key "duration")
 - remove N default bearers with specified rate (session profile key
   "DisconnectRate")

Parameters with ALL_CAPS values are placeholders.
User should replace them with their own condifuration.
Session profile file placeholders do not need to be replaced as long as
these parameters are overriden in other files (e.g. pod, test case).

Test results are dispatched according to runner configuration options.
For fully emulated test runs like this one, best suited runner is "Search"
type. In case of testing against real EPC VNFs, user could prefer
different runner type.

JIRA: YARDSTICK-1348

Change-Id: I5caf4878fb212b38d4148a297c5dba03b8ab98a8
Signed-off-by: Orest Voznyy <orestx.voznyy@intel.com>
etc/yardstick/nodes/standalone/pod_landslide.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vepc/tc_epc_default_bearer_create_landslide.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vepc/tc_epc_default_bearer_create_landslide_multi_dmf.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/landslide/landslide_session_default_bearer.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/landslide/landslide_session_default_bearer_multi_dmf.yaml [new file with mode: 0644]