mbox

[0/2] added test case for validate instruction

Message ID 20221129060241.901035-1-yogesh.jangra@intel.com (mailing list archive)
Headers

Message

Yogesh Jangra Nov. 29, 2022, 6:02 a.m. UTC
  Added the test case for validate instruction.

Yogesh Jangra (2):
  dep/pipeline: added dependencies for validate_002 test case
  tests/pipeline: added test case for validate instruction

 dep/pipeline/validate_002/ethdev.io           | 27 ++++++
 dep/pipeline/validate_002/pcap_files/in_1.txt | 16 ++++
 .../validate_002/pcap_files/out_1.txt         | 12 +++
 dep/pipeline/validate_002/readme.md           | 12 +++
 dep/pipeline/validate_002/table.txt           |  1 +
 dep/pipeline/validate_002/validate_002.cli    | 22 +++++
 dep/pipeline/validate_002/validate_002.spec   | 82 +++++++++++++++++++
 tests/TestSuite_pipeline.py                   | 13 +++
 8 files changed, 185 insertions(+)
 create mode 100644 dep/pipeline/validate_002/ethdev.io
 create mode 100644 dep/pipeline/validate_002/pcap_files/in_1.txt
 create mode 100644 dep/pipeline/validate_002/pcap_files/out_1.txt
 create mode 100644 dep/pipeline/validate_002/readme.md
 create mode 100644 dep/pipeline/validate_002/table.txt
 create mode 100644 dep/pipeline/validate_002/validate_002.cli
 create mode 100644 dep/pipeline/validate_002/validate_002.spec