mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 11:57:49 +00:00
WIFI-8010 (#560)
* updated marker names with latest and added multi vlan tests Signed-off-by: anil-tegala <anil.tegala@candelatech.com> * selected only bridge mode for ratelimiting test cases Signed-off-by: anil-tegala <anil.tegala@candelatech.com> * ratelimiting radius test renamed as dynamic qos Signed-off-by: anil-tegala <anil.tegala@candelatech.com> * indendation fixed at multi-vlan tests job Signed-off-by: anil-tegala <anil.tegala@candelatech.com>
This commit is contained in:
committed by
GitHub
parent
22a6a88e2a
commit
3aa2b60cbe
18
.github/workflows/regression.yml
vendored
18
.github/workflows/regression.yml
vendored
@@ -168,15 +168,15 @@ jobs:
|
||||
run: kubectl delete ns --ignore-not-found=true --wait regression-${{ github.run_id }}-${{ matrix.testbed }}-dynamic-vlan
|
||||
|
||||
- name: run multi_vlan tests
|
||||
uses: ./.github/actions/run-tests
|
||||
if: "!cancelled() && contains(fromJSON(needs.vars.outputs.regression_markers), 'ow_multi_vlan_tests_lf')"
|
||||
with:
|
||||
namespace: regression-${{ github.run_id }}-${{ matrix.testbed }}-multi-vlan
|
||||
testbed: "${{ matrix.testbed }}"
|
||||
marker_expression: "ow_regression_lf and ow_multi_vlan_tests_lf"
|
||||
configuration: "${{ secrets.LAB_CONFIGURATION_JSON }}"
|
||||
testing_docker_image: tip-tip-wlan-cloud-docker-repo.jfrog.io/cloud-sdk-nightly:${{ github.run_id }}
|
||||
allure_results_artifact_name: allure-results-${{ matrix.testbed }}-multi-vlan
|
||||
uses: ./.github/actions/run-tests
|
||||
if: "!cancelled() && contains(fromJSON(needs.vars.outputs.regression_markers), 'ow_multi_vlan_tests_lf')"
|
||||
with:
|
||||
namespace: regression-${{ github.run_id }}-${{ matrix.testbed }}-multi-vlan
|
||||
testbed: "${{ matrix.testbed }}"
|
||||
marker_expression: "ow_regression_lf and ow_multi_vlan_tests_lf"
|
||||
configuration: "${{ secrets.LAB_CONFIGURATION_JSON }}"
|
||||
testing_docker_image: tip-tip-wlan-cloud-docker-repo.jfrog.io/cloud-sdk-nightly:${{ github.run_id }}
|
||||
allure_results_artifact_name: allure-results-${{ matrix.testbed }}-multi-vlan
|
||||
|
||||
# necessary because if conditionals in composite actions are currently not respected
|
||||
- name: delete namespace
|
||||
|
||||
Reference in New Issue
Block a user