testcases: Add basic volshell testcases for each OS image

This commit is contained in:
Gustavo Moreira
2024-12-20 13:06:14 +11:00
parent 29485d6738
commit 658d40335a
2 changed files with 56 additions and 0 deletions
+5
View File
@@ -42,6 +42,11 @@ jobs:
- name: Testing...
run: |
# VolShell
pytest ./test/test_volatility.py --volatility=volshell.py --image-dir=./test_images -k test_windows_volshell -v
pytest ./test/test_volatility.py --volatility=volshell.py --image-dir=./test_images -k test_linux_volshell -v
# Volatility
pytest ./test/test_volatility.py --volatility=vol.py --image-dir=./test_images -k test_windows -v
pytest ./test/test_volatility.py --volatility=vol.py --image-dir=./test_images -k test_linux -v