Update T1059.006.yaml

This commit is contained in:
ruyek-git
2022-06-13 11:26:40 -05:00
committed by GitHub
parent ee95f0c629
commit 3097dadca7
+7
View File
@@ -155,6 +155,13 @@ atomic_tests:
supported_platforms:
- linux
dependencies:
- description: Verify if python is in the environment variable path and attempt to import requests library.
prereq_command: |
which_python=$(which python || which python3 || which python2); $which_python -V
$which_python -c 'import requests' 2>/dev/null; echo $?
get_prereq_command: |
pip install requests
executor: