Skip to content

Conversation

@anton7811
Copy link
Contributor

@anton7811 anton7811 commented Nov 4, 2022

  • Introduced a new way to develop tests - DASH-like test configuration used for both DUT and traffic generator.
  • Added scalable test examples for VNET2VNET use case with SAI configuration generation using “dpugen.saigen” module.
  • Added OTG/snappi helper modules to scale traffic profile.
  • Added SAI-Challenger submodule and testbed definitions (definition only, testbed itself stays without changes)
  • Extended existing dash-saithrift-client with SAI-Challenger client modules and dpugen requirements.
  • Enabled new test cases on CI
  • Updated snappi/Ixia-C versions
  • Documentation
  • Fix sai_get_switch-attribute() returns 0 when requesting number_of_active_ports #235 by adding more switch attributes to bmv2 libsai

maksymhedeon and others added 30 commits September 7, 2022 14:51
    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Add bmv2 SAI port attributes (num_active, port_list, dflt vlan, dflt_vrf)
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
chrispsommers and others added 22 commits October 11, 2022 17:53
* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>
* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>
- Extended VNET traffic scenarios.
- Added docstrings for helper methods.
- Removed unused code.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
- Marked VNET Inbound Routing with xfail
- Added pytest.ini with marks definitions.
- Decreased duration of tests.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
- Added scaling approach documentation.
- Vnet2vnet traffic scaling scenario description.
- Added docstring to the test cases.
- Added more test examples.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
* Rename and update the SAI-Challenger submodule
* Enabled additional tests based on the fixes in the SAI-Challenger.
* Renamed test folder.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
@anton7811 anton7811 force-pushed the test-framework-extension branch from 9e49a3c to 8449f2f Compare November 4, 2022 18:50
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
@anton7811 anton7811 force-pushed the test-framework-extension branch from 8449f2f to 6157fa2 Compare November 4, 2022 18:57
@chrispsommers chrispsommers marked this pull request as ready for review November 4, 2022 19:59
@chrispsommers chrispsommers merged commit e166b3f into sonic-net:sai-challenger-staging2 Nov 4, 2022
chrispsommers added a commit that referenced this pull request Nov 22, 2022
* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Publish saic to acr (#252)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

* Publish saic to acr (#253)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Added few more VNET scenario examples.

- Extended VNET traffic scenarios.
- Added docstrings for helper methods.
- Removed unused code.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add outbound diagram

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Added inbound to xfail test results. (#44)

- Marked VNET Inbound Routing with xfail
- Added pytest.ini with marks definitions.
- Decreased duration of tests.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaling test configuration documentation

- Added scaling approach documentation.
- Vnet2vnet traffic scaling scenario description.
- Added docstring to the test cases.
- Added more test examples.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Submodule update and rename

* Rename and update the SAI-Challenger submodule
* Enabled additional tests based on the fixes in the SAI-Challenger.
* Renamed test folder.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Replaced submodule with PyPI package. Upgraded Ixia-C version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* DASH Test framework extension. (#275)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Publish saic to acr (#252)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

* Publish saic to acr (#253)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Added few more VNET scenario examples.

- Extended VNET traffic scenarios.
- Added docstrings for helper methods.
- Removed unused code.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add outbound diagram

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Added inbound to xfail test results. (#44)

- Marked VNET Inbound Routing with xfail
- Added pytest.ini with marks definitions.
- Decreased duration of tests.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaling test configuration documentation

- Added scaling approach documentation.
- Vnet2vnet traffic scaling scenario description.
- Added docstring to the test cases.
- Added more test examples.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Submodule update and rename

* Rename and update the SAI-Challenger submodule
* Enabled additional tests based on the fixes in the SAI-Challenger.
* Renamed test folder.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Replaced submodule with PyPI package. Upgraded Ixia-C version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>
Co-authored-by: Chris Sommers <31145757+chrispsommers@users.noreply.github.com>

* Refactor saichallenger-client to use a [puboished] base image for faster builds. Publish base image only. Build both of these images in bmv2-CI.

* Fix dockerfile tags.

* Build base image before building final image. Fix some comments.

* Cleanup some dead code, fix CI step descriptions.

* Pull saichallenger-client-bldr from ACR. Fix prior merge oversight.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>
KrisNey-MSFT pushed a commit that referenced this pull request Dec 7, 2022
* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Publish saic to acr (#252)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

* Publish saic to acr (#253)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Added few more VNET scenario examples.

- Extended VNET traffic scenarios.
- Added docstrings for helper methods.
- Removed unused code.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add outbound diagram

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Added inbound to xfail test results. (#44)

- Marked VNET Inbound Routing with xfail
- Added pytest.ini with marks definitions.
- Decreased duration of tests.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaling test configuration documentation

- Added scaling approach documentation.
- Vnet2vnet traffic scaling scenario description.
- Added docstring to the test cases.
- Added more test examples.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Submodule update and rename

* Rename and update the SAI-Challenger submodule
* Enabled additional tests based on the fixes in the SAI-Challenger.
* Renamed test folder.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Replaced submodule with PyPI package. Upgraded Ixia-C version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* DASH Test framework extension. (#275)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Publish saic to acr (#252)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

* Publish saic to acr (#253)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Added few more VNET scenario examples.

- Extended VNET traffic scenarios.
- Added docstrings for helper methods.
- Removed unused code.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add outbound diagram

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Added inbound to xfail test results. (#44)

- Marked VNET Inbound Routing with xfail
- Added pytest.ini with marks definitions.
- Decreased duration of tests.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaling test configuration documentation

- Added scaling approach documentation.
- Vnet2vnet traffic scaling scenario description.
- Added docstring to the test cases.
- Added more test examples.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Submodule update and rename

* Rename and update the SAI-Challenger submodule
* Enabled additional tests based on the fixes in the SAI-Challenger.
* Renamed test folder.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Replaced submodule with PyPI package. Upgraded Ixia-C version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>
Co-authored-by: Chris Sommers <31145757+chrispsommers@users.noreply.github.com>

* Refactor saichallenger-client to use a [puboished] base image for faster builds. Publish base image only. Build both of these images in bmv2-CI.

* Fix dockerfile tags.

* Build base image before building final image. Fix some comments.

* Cleanup some dead code, fix CI step descriptions.

* Pull saichallenger-client-bldr from ACR. Fix prior merge oversight.

* New baseline for saichallenger PR to main (#287)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Publish saic to acr (#252)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

* Publish saic to acr (#253)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Added few more VNET scenario examples.

- Extended VNET traffic scenarios.
- Added docstrings for helper methods.
- Removed unused code.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add outbound diagram

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Added inbound to xfail test results. (#44)

- Marked VNET Inbound Routing with xfail
- Added pytest.ini with marks definitions.
- Decreased duration of tests.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaling test configuration documentation

- Added scaling approach documentation.
- Vnet2vnet traffic scaling scenario description.
- Added docstring to the test cases.
- Added more test examples.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Submodule update and rename

* Rename and update the SAI-Challenger submodule
* Enabled additional tests based on the fixes in the SAI-Challenger.
* Renamed test folder.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Replaced submodule with PyPI package. Upgraded Ixia-C version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* DASH Test framework extension. (#275)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Publish saic to acr (#252)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

* Publish saic to acr (#253)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.githu…
vijasrin pushed a commit to vijasrin/DASH that referenced this pull request Dec 8, 2022
* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Publish saic to acr (#252)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

* Publish saic to acr (#253)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Added few more VNET scenario examples.

- Extended VNET traffic scenarios.
- Added docstrings for helper methods.
- Removed unused code.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add outbound diagram

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Added inbound to xfail test results. (#44)

- Marked VNET Inbound Routing with xfail
- Added pytest.ini with marks definitions.
- Decreased duration of tests.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaling test configuration documentation

- Added scaling approach documentation.
- Vnet2vnet traffic scaling scenario description.
- Added docstring to the test cases.
- Added more test examples.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Submodule update and rename

* Rename and update the SAI-Challenger submodule
* Enabled additional tests based on the fixes in the SAI-Challenger.
* Renamed test folder.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Replaced submodule with PyPI package. Upgraded Ixia-C version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* DASH Test framework extension. (#275)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Publish saic to acr (#252)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

* Publish saic to acr (#253)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Added few more VNET scenario examples.

- Extended VNET traffic scenarios.
- Added docstrings for helper methods.
- Removed unused code.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add outbound diagram

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Added inbound to xfail test results. (#44)

- Marked VNET Inbound Routing with xfail
- Added pytest.ini with marks definitions.
- Decreased duration of tests.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaling test configuration documentation

- Added scaling approach documentation.
- Vnet2vnet traffic scaling scenario description.
- Added docstring to the test cases.
- Added more test examples.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Submodule update and rename

* Rename and update the SAI-Challenger submodule
* Enabled additional tests based on the fixes in the SAI-Challenger.
* Renamed test folder.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Replaced submodule with PyPI package. Upgraded Ixia-C version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>
Co-authored-by: Chris Sommers <31145757+chrispsommers@users.noreply.github.com>

* Refactor saichallenger-client to use a [puboished] base image for faster builds. Publish base image only. Build both of these images in bmv2-CI.

* Fix dockerfile tags.

* Build base image before building final image. Fix some comments.

* Cleanup some dead code, fix CI step descriptions.

* Pull saichallenger-client-bldr from ACR. Fix prior merge oversight.

* New baseline for saichallenger PR to main (#287)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Publish saic to acr (#252)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

* Publish saic to acr (#253)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Added few more VNET scenario examples.

- Extended VNET traffic scenarios.
- Added docstrings for helper methods.
- Removed unused code.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add outbound diagram

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Added inbound to xfail test results. (#44)

- Marked VNET Inbound Routing with xfail
- Added pytest.ini with marks definitions.
- Decreased duration of tests.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaling test configuration documentation

- Added scaling approach documentation.
- Vnet2vnet traffic scaling scenario description.
- Added docstring to the test cases.
- Added more test examples.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Submodule update and rename

* Rename and update the SAI-Challenger submodule
* Enabled additional tests based on the fixes in the SAI-Challenger.
* Renamed test folder.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Replaced submodule with PyPI package. Upgraded Ixia-C version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* DASH Test framework extension. (#275)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Publish saic to acr (#252)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.github.com>
Co-authored-by: Anton Putria <anton7811@gmail.com>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Co-authored-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: MirceaDan <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Chris Sommers <chrispsommers@gmail.com>

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

* Publish saic to acr (#253)

* Added SAI-Challenger to CI setup.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Added saithrift to SAI-Challenger client docker image

- Added saithrift to SAI-Challenger client docker image
- Changed SAI-C submodule branch

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Update example vnet test.

    1. Added SAI-Challenger submodule.
    2. Added SAI-Challenger basic test.
    3. Changed Makefile to build/start/stop SAI-Challenger.

Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Add vnet outbound test based on SAI description.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixup double network host usage for sai-challenger-client

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Kdt 17: Update docker environment (#8)

* Added cgyang submodule
* Updated docker env for thrift tests
* Makefile refactor

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Fixup VNET inbound cleanup removals in test config.

Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>

* Update CA_TO_PA entry in outbound test

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Add vnet scenarios in DASH config format.

* Added dash-style VNET inbound routing test
* Added dash-style VNET outbound routing test
* Read config from json (temp workaround)
* Added JSON setup configs for testbed

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Co-authored-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed saigen links.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixes in test scanario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed path to saigen. Fixed inbound test.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update submodule

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Final test fixes to align with submodue version.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Fixed VNET outbound test scenario.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Outbound test passes with traffic

Fixed configuration based on changes in main.

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Update documentation

- Added dash-test-sai-challenger.md doc file under test/docs
- Updated Makefile make run-saic-test-thrift target with passing parameters.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* Updated SAI-Challenger submodule.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Improvements to SAI-Challenger docker flows.

- Use docker hub to pull images
- Fixed make run-saic-tests to do not show errors
- Updated manuals

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Update dash-test-sai-challenger.md

Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>

* Add bmv2 SAI port attributes (num_active, port_list), dflt vlan, dflt vrf)

* Added SAI-Challenger docker build verification to GitHub actions

- Added SAI-Challenger docker verification action.
- Fixed spellchecker and docker build issues.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Add default .1Q bridge to bmv2

Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>

* Fixed SAI-Challenger user guide and file namings.

Signed-off-by: Anton Putria <anton.putrya@plvision.eu>

* Scaled VNET outbound test using snappi and saigen. (1st edition)

- Split scale and simple tests / jsons
- Updated ixia controller version
- Added dash_helper for traffic profile scaling.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>

* spellcheck

* Move saichallenger client docker to ACR.

* Fix .yml formatting.

* Fix dependency in action file.

* Add missing .env file

* remove space in action script, add .env dependencies

* fix include path

* Add saichalleneger tests to run-all-tests and CI

* Fix docker image name.

* Correct mixup in image names.

* Remove stray hyphen

* Run saichallenger workflows on any branch PR.

Signed-off-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Signed-off-by: Kostiantyn Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Maksym Prytoliuk <maksym.prytoliuk@plvision.eu>
Signed-off-by: Konstantin Goloveshko <kostiantyn.goloveshko@plvision.eu>
Signed-off-by: Anton Putria <anton.putrya@plvision.eu>
Signed-off-by: Mircea Dan Gheorghe <mircea-dan.gheorghe@keysight.com>
Co-authored-by: Maksym Hedeon <106111454+maksymhedeon@users.noreply.github.com>
Co-authored-by: Kostiantyn Goloveshko <kostyagoloveshko@gmail.com>
Co-authored-by: Maksym Hedeon <maksym.hedeon@plvision.eu>
Co-authored-by: Maksym Prytoliuk <71631949+maksym-prytoliuk-plv@users.noreply.githu…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants