1
0
Fork 0

Test all examples

timestamps
dump_stack() 2023-05-10 10:20:15 +00:00
parent b0dae2fc69
commit bc9eea879d
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 14 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
run: go test -parallel 1 -v ./...
test-end-to-end:
name: E2E Test module/exploit
name: E2E Testing (Examples)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
@ -55,6 +55,18 @@ jobs:
../../out-of-tree --log-level=debug kernel autogen --max=1
../../out-of-tree --log-level=debug pew --threshold=0 --qemu-timeout=10m
- name: End-to-End Testing [Script]
run: |
cd examples/script
../../out-of-tree --log-level=debug kernel autogen --max=1
../../out-of-tree --log-level=debug pew --qemu-timeout=10m
- name: End-to-End Testing [Preload]
run: |
cd examples/preload
../../out-of-tree --log-level=debug kernel autogen --max=1
../../out-of-tree --log-level=debug pew --qemu-timeout=10m
- name: Archive logs
uses: actions/upload-artifact@v3
with:
@ -62,7 +74,7 @@ jobs:
path: /home/runner/.out-of-tree/logs/out-of-tree.log
test-end-to-end-distros:
name: E2E Test script
name: E2E Testing
runs-on: ubuntu-latest
strategy: