Skip to content

nikunjcrest/psa_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PSA Examples

External (external)

Create saprate virtual environment for external tests

python3 -m venv venv_psa_external

install PSA SDK and other pkgs

pip install pytest-splunk-addon pytest-xdist pytest-expect

Docker (docker)

Create saprate virtual environment for docker tests

python3 -m venv venv_psa_docker

install PSA SDK and other pkgs

pip install "pytest-splunk-addon[docker]" pytest-xdist pytest-expect




rm -fr ./.pytest_cache ./.tokenized_events ./uf_files ./events.pickle ./generator.lock ./pytest_splunk_addon.log ./splunksplwrapper.log ./tests/__pycache__ ./test_dlp.xml ./*ac_*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages