testsuite for FATE
Project description
A useful script to running FATE’s testsuites.
quick start
(optional) create virtual env
python -m venv venv source venv/bin/activate
install fate_testsuite
pip install fate_testsuite fate_testsuite --help
new and edit the testsuite_config.yaml
# create a testsuite_config.yaml in current dir testsuite config new # edit priority config file with system default editor # filling some field according to comments fate_testsuite config edit
run some testsuites
fate_testsuite suite -i <path contains *testsuite.json>
useful logs or exception will be saved to logs dir with namespace showed in last step
testsuite_config.yaml examples
deploy multiple flow services in single node: ip:port, and run testsuite in different node:
party 9999, port 9380
party 10000, port 9381
filling ssh_tunnel and comments out local_services
ssh_tunnel: - address: ip:port - services: - address: 127.0.0.1:9380 parties: [9999] - address: 127.0.0.1:9381 parties: [10000]
deploy multiple flow services in single node: ip:port, and run testsuite in same node:
party 9999, port 9380
party 10000, port 9381
filling local_services and commnets out ssh_tunnel
local_services: # flow services in local - address: 127.0.0.1:9380 parties: [9999] - address: 127.0.0.1:9381 parties: [10000]
command options
exclude:
testsuite suite -i <path1 contains *testsuite.json> -e <path2 to exclude> -e <path3 to exclude> ...
will run testsuites in path1 but not in path2 and path3
replace:
testsuite suite -i <path1 contains *testsuite.json> -r '{"maxIter": 5}'
will find all key-value pair with key “maxIter” in data conf or conf or dsl and replace the value with 5
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sage_testsuite-0.1.0a5.tar.gz
.
File metadata
- Download URL: sage_testsuite-0.1.0a5.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.7.7 Darwin/19.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae3059fbf09ed10cc8e4e9519d17a0d52b04c2a318f1393a84d7f45c5900306d |
|
MD5 | bff75a7dd1b510d557c5aa341eee82e1 |
|
BLAKE2b-256 | d20b38d963daa43b59d737e1deeca46c52ecfa31eb3ecac333c9e7004ad5bff5 |
File details
Details for the file sage_testsuite-0.1.0a5-py3-none-any.whl
.
File metadata
- Download URL: sage_testsuite-0.1.0a5-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.7.7 Darwin/19.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d23d3b4cc7515c9c2b55f83406d9960854512e4a5210efd4a92c215c250a0b82 |
|
MD5 | 38c29b03845d95dce4337e6d33a6e456 |
|
BLAKE2b-256 | 1e487dfb13e4ae0944c9814b2182c2409ea1294ed1e64af3e060a48e3dd99bee |