Implement an e2e test suite for kcrypt encryption

Scenarios based on docs: https://kairos.io/docs/advanced/partition_encryption/

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis
2023-01-19 16:54:26 +02:00
committed by Dimitris Karakasilis
parent a95436bf16
commit 7dc1e39ac7
9 changed files with 613 additions and 15 deletions

18
.github/workflows/e2e-tests.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: End to end tests
on:
push:
branches:
- master
pull_request:
jobs:
e2e-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run tests
run: |
./earthly.sh +e2e-tests