test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH v2 0/4] add pipeline suite
@ 2020-11-13  8:03 Churchill Khangar
  2020-11-13  8:03 ` [dts] [PATCH v2 1/4] dep: add pipeline test suite dependencies Churchill Khangar
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Churchill Khangar @ 2020-11-13  8:03 UTC (permalink / raw)
  To: dts
  Cc: cristian.dumitrescu, venkata.suresh.kumar.p, churchill.khangar,
	yogesh.jangra

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-18  3:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13  8:03 [dts] [PATCH v2 0/4] add pipeline suite Churchill Khangar
2020-11-13  8:03 ` [dts] [PATCH v2 1/4] dep: add pipeline test suite dependencies Churchill Khangar
2020-11-13  8:03 ` [dts] [PATCH v2 2/4] test_plans: add pipeline test plan document Churchill Khangar
2020-11-13  8:03 ` [dts] [PATCH v2 3/4] tests: add pipeline test suite Churchill Khangar
2020-11-13  8:03 ` [dts] [PATCH v2 4/4] conf/app_name: add pipeline app name config Churchill Khangar
2020-11-18  3:29 ` [dts] [PATCH v2 0/4] add pipeline suite Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).