From 373b3bf8807e69d1ebc8b9c15c5581b77003e34d Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Fri, 21 Aug 2015 15:50:45 +0200 Subject: first upload for traffic profiles management JIRA: FUNCTEST-33 Change-Id: Ib7b9abd05d1fb880fc5aeddce24dff273c76ced7 Signed-off-by: Morgan Richomme --- commons/ims/readme.rst | 0 commons/mobile/readme.rst | 0 commons/traffic-profile-guidelines.rst | 60 ++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 commons/ims/readme.rst create mode 100644 commons/mobile/readme.rst create mode 100644 commons/traffic-profile-guidelines.rst diff --git a/commons/ims/readme.rst b/commons/ims/readme.rst new file mode 100644 index 000000000..e69de29bb diff --git a/commons/mobile/readme.rst b/commons/mobile/readme.rst new file mode 100644 index 000000000..e69de29bb diff --git a/commons/traffic-profile-guidelines.rst b/commons/traffic-profile-guidelines.rst new file mode 100644 index 000000000..ffef50fe3 --- /dev/null +++ b/commons/traffic-profile-guidelines.rst @@ -0,0 +1,60 @@ +================================ +OPNFV traffic profile guidelines +================================ + +.. contents:: + +.. _introduction: + +------------ +Introduction +------------ + +In order to have consistent profiles for testing, it has been suggested to define and store traffic profiles based on operator representative scenario. + +These reference profiles may be used by any test projects, unitary, functional or performance tests. It is possible to adapt them to specific testcases. It is recommended to use them in order to avoid getting as many profiles as tests. It should be helpful to compare the results of test scenario. + +.. _howto: + +------------------------- +How to use these profiles +------------------------- + +The directory of the traffic profiles may be described as follow:: + + ├── commons + ├── ims + │ └── readme.rst + ├── mobile + │ └── readme.rst + └── traffic-profile-guidelines.rst + +the readme.rst details the profile. + + +.. _overview: + +------------------------ +Traffic profile overview +------------------------ + +The current profiles are available: + * Mobile traffic + * IMS residential traffic + * ... + +Mobile traffic +============== + +IMS residential traffic +======================= + + + + + +.. _reference: + +--------- +reference +--------- -- cgit 1.2.3-korg