summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDmitriy Eshenko <dmitriy.eshenko@accel-ppp.org>2024-11-29 00:47:03 +0300
committerGitHub <noreply@github.com>2024-11-29 00:47:03 +0300
commitcc834303b4d8150d76d81bc55a298ee58c57c030 (patch)
treeb4b4f27db8a93471b1f712074a9162f91cfee2f1 /.github/workflows
parentbc81d8373bf7d26cad2225eb9deea47981bb4373 (diff)
parent3ffd332fc22bdfb450f941ad2bbf5c04c2467ed1 (diff)
downloadaccel-ppp-cc834303b4d8150d76d81bc55a298ee58c57c030.tar.gz
accel-ppp-cc834303b4d8150d76d81bc55a298ee58c57c030.zip
Merge pull request #219 from svlobanov/alpine-ci-disable-chap-secrets
tests,ci: disable chap-secrets related tests on alpine
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/run-tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml
index eb5140ca..b217d71d 100644
--- a/.github/workflows/run-tests.yml
+++ b/.github/workflows/run-tests.yml
@@ -270,7 +270,7 @@ jobs:
timeout-minutes: 5
run: >
ssh -i ssh-key -p2222 alpine@localhost "cd accel-ppp/tests &&
- doas python3 -m pytest -Wall --order-dependencies -v -m \"not ipoe_driver and not vlan_mon_driver\""
+ doas python3 -m pytest -Wall --order-dependencies -v -m \"not ipoe_driver and not vlan_mon_driver and not chap_secrets\""
- name: Display processes and dmesg after tests
if: ${{ always() }}
run: >
@@ -288,7 +288,7 @@ jobs:
if: ${{ always() }}
run: >
ssh -i ssh-key -p2222 alpine@localhost "cd accel-ppp/tests &&
- doas python3 -m pytest -Wall --order-dependencies -v -m \"not vlan_mon_driver\""
+ doas python3 -m pytest -Wall --order-dependencies -v -m \"not vlan_mon_driver and not chap_secrets\""
- name: Display processes and dmesg after tests
if: ${{ always() }}
run: >
@@ -305,7 +305,7 @@ jobs:
timeout-minutes: 5
run: >
ssh -i ssh-key -p2222 alpine@localhost "cd accel-ppp/tests &&
- doas python3 -m pytest -Wall --order-dependencies -v"
+ doas python3 -m pytest -Wall --order-dependencies -v -m \"not chap_secrets\""
- name: Display processes and dmesg after tests
if: ${{ always() }}
run: >