Skip to content

Commit 999500b

Browse files
committed
Add cvd_powerwash_tests, and env_tests into podcvd E2E test
1 parent b7e37e9 commit 999500b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/presubmit.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,10 @@ jobs:
520520
# Grant permission on devices as it's hard to grant on test env
521521
sudo chmod 666 /dev/kvm /dev/vhost-net /dev/vhost-vsock
522522
cd e2etests
523-
bazel test //cvd/display_tests \
523+
bazel test \
524+
//cvd/cvd_powerwash_tests \
525+
//cvd/display_tests \
526+
//cvd/env_tests \
524527
--test_env=HOME=$HOME \
525528
--test_env=USE_PODCVD=true \
526529
--test_env=XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR \

0 commit comments

Comments
 (0)