mbox series

[v2,0/4] add pipeline suite

Message ID 1605254605-31556-1-git-send-email-churchill.khangar@intel.com (mailing list archive)
Headers
Series add pipeline suite |

Message

Churchill Khangar Nov. 13, 2020, 8:03 a.m. UTC
  This patch series adds a new test suite for pipeline application.
Pipeline example is an application for improved Software Switch (SWX) pipeline type that supports
dynamically-defined packet headers, meta-data, actions and pipelines.
Actions and pipelines are defined through instructions.

New pipeline test suites aims to verify the all supported instructions by using required
input, spec and cli files which are part of dependences directory(dep/pipeline.tar.gz).

Patch details
        1. Patch1 adds the pipeline dependencies archive and compressed file pipeline.tar.gz
        2. Patch2 adds the details of pipeline test plan details pipeline_test_plan.rst
        3. Patch3 adds the pipeline new test suite implementation file TestSuite_pipeline.py
        4. Patch4 adds new pipeline application configuration in app_name.cfg file

Churchill Khangar (4):
  dep: add pipeline test suite dependencies
  test_plans: add pipeline test plan document
  tests: add pipeline test suite
  conf/app_name: add pipeline app name config

 conf/app_name.cfg                 |    2 +
 dep/pipeline.tar.gz               |  Bin 0 -> 119666 bytes
 test_plans/pipeline_test_plan.rst |  122 +
 tests/TestSuite_pipeline.py       | 5833 +++++++++++++++++++++++++++++++++++++
 4 files changed, 5957 insertions(+)
 create mode 100644 dep/pipeline.tar.gz
 create mode 100644 test_plans/pipeline_test_plan.rst
 create mode 100644 tests/TestSuite_pipeline.py
  

Comments

Tu, Lijuan Nov. 18, 2020, 3:29 a.m. UTC | #1
> This patch series adds a new test suite for pipeline application.
> Pipeline example is an application for improved Software Switch (SWX)
> pipeline type that supports dynamically-defined packet headers, meta-data,
> actions and pipelines.
> Actions and pipelines are defined through instructions.
> 
> New pipeline test suites aims to verify the all supported instructions by
> using required input, spec and cli files which are part of dependences
> directory(dep/pipeline.tar.gz).
> 
> Patch details
>         1. Patch1 adds the pipeline dependencies archive and compressed file
> pipeline.tar.gz
>         2. Patch2 adds the details of pipeline test plan details
> pipeline_test_plan.rst
>         3. Patch3 adds the pipeline new test suite implementation file
> TestSuite_pipeline.py
>         4. Patch4 adds new pipeline application configuration in app_name.cfg
> file
> 
> Churchill Khangar (4):
>   dep: add pipeline test suite dependencies
>   test_plans: add pipeline test plan document
>   tests: add pipeline test suite
>   conf/app_name: add pipeline app name config
> 
>  conf/app_name.cfg                 |    2 +
>  dep/pipeline.tar.gz               |  Bin 0 -> 119666 bytes
>  test_plans/pipeline_test_plan.rst |  122 +
>  tests/TestSuite_pipeline.py       | 5833
> +++++++++++++++++++++++++++++++++++++
>  4 files changed, 5957 insertions(+)
>  create mode 100644 dep/pipeline.tar.gz
>  create mode 100644 test_plans/pipeline_test_plan.rst  create mode 100644
> tests/TestSuite_pipeline.py
> 
> --
> 1.8.3.1

Applied