Skip to content

andrewssobral/proactive_tests

 
 

Repository files navigation

This is work in progress, the README will be updated soon

proactive-python-experiments

For trying out the Proactive Pythen SDK within the ExtremeXP project.

Instructions

(See email from Caroline Pacheco on 31.12.2023)

python3 -m venv env
source ./env/bin/activate
python3 -m pip install --upgrade pip setuptools wheel python-dotenv
pip install --upgrade --pre proactive
cd exp_engine
pip install -r requirements.txt

Configure credentials

  1. Create credentials.py file via copying the template, e.g. by:
    cd exp-engine
    cd proactive_executionware 
    cp credentials-TEMPLATE.py credentials.py
    
  2. Verify that the credentials.py is git ignored (check .gitignore)
  3. Add your proactive account name and password to credentials.py

Test

python 01_Getting_Started.py

Run IDEKO case

python ideko-case.py

Notes

The scripts folder is copied over for convenience from the proactive-python-client project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.5%
  • ASL 18.6%
  • Groovy 9.8%
  • Dockerfile 0.1%