Skip to content

MikeLien/orangutan-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orngutan-test

package orngutan and provide more functionality. Orangutan test will collect logs every three scripts.

Environment Setup

Setup environment for oranugutan test

$ python setup.py install

Execution

To run the script, you'll need to modify config/template.json to setup your environment. If you have no idea about what to fill, you can reference config/flame_config.json.

Generate Scripts

$ python lib/gen_randomsc.py --config config/template.json

or, give the parameters directly

$ python lib/gen_randomsc.py --gen-scripts-amount 10 --gen-scripts-steps 10000 --gen-scripts-output scripts/sample/

Execution

To start orangutan test, use the command:

$ python lib/runner.py --config config/template.json

Or generate random script by giving --gen-scripts True

$ python lib/runner.py --gen-scripts True --config config/template.json

About

package orangutan and provide more functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%