Skip to content

redhataccess/rhi-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e9c64ae · Apr 6, 2017
Apr 5, 2017
Nov 16, 2016
Apr 6, 2017
Apr 25, 2016
Feb 25, 2016
Dec 26, 2016
Oct 20, 2016
Jan 20, 2017
Feb 8, 2017
Dec 26, 2016

Repository files navigation

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