File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 64
64
- name : Run test suite
65
65
run : |
66
66
./test/wait-for-hawkbit-online
67
- ASAN_OPTIONS=fast_unwind_on_malloc=0 dbus-run-session -- pytest -v
68
-
67
+ ASAN_OPTIONS=fast_unwind_on_malloc=0 dbus-run-session -- pytest -v --ignore test/test_mtls.py
68
+ - name : Launch hawkBit docker container behind https reverse proxy
69
+ run : |
70
+ docker rm -f hawkbit
71
+ docker run -d --name hawkbit -p 8080:8080 hawkbit/hawkbit-update-server \
72
+ --hawkbit.server.security.dos.filter.enabled=false \
73
+ --hawkbit.server.security.dos.maxStatusEntriesPerAction=-1 \
74
+ --hawkbit.dmf.rabbitmq.enabled=false \
75
+ --server.forward-headers-strategy=NATIVE \
76
+ --hawkbit.artifact.url.protocols.download-http.protocol=https
77
+ - name : Run mtls test suite
78
+ run : |
79
+ ./test/wait-for-hawkbit-online
80
+ ASAN_OPTIONS=fast_unwind_on_malloc=0 dbus-run-session -- pytest -v test/test_mtls.py
69
81
docs :
70
82
runs-on : ubuntu-latest
71
83
steps :
You can’t perform that action at this time.
0 commit comments