Skip to content

Commit

Permalink
revert: revert serparate mtls test because hawkbit 0.3.0 allow http a…
Browse files Browse the repository at this point in the history
…nd https in the same time
  • Loading branch information
flobz committed Dec 5, 2023
1 parent 4816283 commit 0770400
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,8 @@ jobs:
- name: Run test suite
run: |
./test/wait-for-hawkbit-online
ASAN_OPTIONS=fast_unwind_on_malloc=0 dbus-run-session -- pytest -v --ignore test/test_mtls.py
- name: Launch hawkBit docker container behind https reverse proxy
run: |
docker rm -f hawkbit
docker run -d --name hawkbit -p 8080:8080 hawkbit/hawkbit-update-server \
--hawkbit.server.security.dos.filter.enabled=false \
--hawkbit.server.security.dos.maxStatusEntriesPerAction=-1 \
--hawkbit.dmf.rabbitmq.enabled=false \
--server.forward-headers-strategy=NATIVE \
--hawkbit.artifact.url.protocols.download-http.protocol=https
- name: Run mtls test suite
run: |
./test/wait-for-hawkbit-online
ASAN_OPTIONS=fast_unwind_on_malloc=0 dbus-run-session -- pytest -v test/test_mtls.py
ASAN_OPTIONS=fast_unwind_on_malloc=0 dbus-run-session -- pytest -v
docs:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0770400

Please sign in to comment.