https://github.com/redhataccess/rhi-pool
Tests for different components in Red Hat Insights
https://github.com/redhataccess/rhi-pool
Last synced: 10 months ago
JSON representation
Tests for different components in Red Hat Insights
- Host: GitHub
- URL: https://github.com/redhataccess/rhi-pool
- Owner: redhataccess
- License: gpl-3.0
- Created: 2016-02-22T12:12:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T09:43:18.000Z (about 9 years ago)
- Last Synced: 2025-03-23T04:17:15.716Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 16
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rhi-pool
Tests for different components in Red Hat Insights
### Setup
```
pip install -r requirements.txt
mv pool.conf.sample pool.conf
#Make appropriate changes to pool.conf
```
### Execution
```
#Running the UI tests
py.test -s -v tests/portal
#Running the api tests
py.test -s -v tests/api
#Running the tests against Satellite 6
py.test -s -v tests/satellite6
#Running a single test eg. test_register_machine_sat6
py.test -s -v tests/satellite6/test_sat6_register.py::Satellite6APITestCase::test_register_machine_sat6
```