https://github.com/cloudforet-io/tester
https://github.com/cloudforet-io/tester
scenario-test tools
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudforet-io/tester
- Owner: cloudforet-io
- Created: 2022-09-05T01:18:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T03:05:28.000Z (over 3 years ago)
- Last Synced: 2025-06-01T07:54:46.035Z (about 1 year ago)
- Topics: scenario-test, tools
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpaceONE Scenario Test Framework
To run scenario:
`spaceone test [-h] [-d DIR] [-f] [-s SCENARIO] [-c CONFIG] [-p PARAMETERS] [-v VERBOSE]`
Example:
`spaceone test -d ./test/integration/domain`
# Sample
## inventory.ResourceGroup
~~~python
"inventory.ResourceGroup": [
{"name": "my t3.small servers at ap-northeast-2c",
"resources": [{
"resource_type": "inventory.Server",
"filter": [
{"k": "data.compute.instance_type", "v": "t3.small", "o": "eq"},
{"k": "data.compute.az", "v": "ap-northeast-2c", "o": "eq"}
]
}
]
}
]
~~~