From 30b3d6ff067a761ff933fefdbbd70aae0b69f125 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 26 Feb 2024 14:33:43 -0500 Subject: [PATCH] Test https://github.com/stratis-storage/testing/pull/243 Signed-off-by: mulhern --- .github/workflows/main.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0fd73f0928c..34504a8c8c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -346,8 +346,8 @@ jobs: working-directory: ./testing - name: Checkout branch run: | - git checkout -b mulkieran-issue_ci_241 master - git pull https://github.com/mulkieran/testing.git issue_ci_241 + git checkout -b mulkieran-testing-change master + git pull https://github.com/mulkieran/testing.git post-test-checks working-directory: ./testing - name: Run stratisd_cert.py run: > @@ -355,5 +355,8 @@ jobs: RUST_LOG=stratisd=debug python3 test_harness.py --log-level=debug stratisd_cert - --verify-devices --monitor-dbus --highest-revision-number=7 ${{ matrix.options }} + --post-test-check=monitor-dbus + --post-test-check=verify-sysfs + --post-test-check=verify-private-symlinks + --highest-revision-number=7 ${{ matrix.options }} working-directory: ./testing