Skip to content

Instantly share code, notes, and snippets.

@abadger
Created May 13, 2022 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abadger/9ab0c86a6f6a371ea4b800c99e178130 to your computer and use it in GitHub Desktop.
Save abadger/9ab0c86a6f6a371ea4b800c99e178130 to your computer and use it in GitHub Desktop.
diff --git a/tests/integration/tier0/check-cve-2022-1662/main.fmf b/tests/integration/tier0/check-cve-2022-1662/main.fmf
index 7da180d..bf7c36b 100644
--- a/tests/integration/tier0/check-cve-2022-1662/main.fmf
+++ b/tests/integration/tier0/check-cve-2022-1662/main.fmf
@@ -3,4 +3,6 @@ summary: check cve-2022-1662 is fixed
tier: 0
test: |
+ yum install -y python3-devel
+ pip install psutil
pytest -svv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment