microstack/tests
Pete Vander Giessen dfd1d5ec68 Added testing for control nodes
Ported basic-test.sh to test_basic.py, and folded in
test_horizonlogin.py.

Made a testing framework for shared components.

Added test_control.py

Got rid of default .stestr.conf, as we're going to have multiple tests
running, and one conf is confusing.

Manually ordering functional tests for now, as stestr noms too much
output, and runs things in parallel, which doesn't work for our
functional tests.

Skipping compute node test for now, as it won't work until we can
connect to a control node with databases and such.

Moved very-basic-test.sh to tools/make-a-microstack.sh. It's really
more of a tool for manual testing than an automated test.

Added test-requirements and updated gitignore.

Moved auto-detection of kvm extensions to init, rather than test, as
it makes more sense there.

Change-Id: Iba7f7fe07cbb066790f802cf2a7c87c68994062c
2019-10-16 15:44:38 +00:00
..
__init__.py Added testing for control nodes 2019-10-16 15:44:38 +00:00
basic-test.sh Enable loading and saving of question answers. 2019-10-10 15:14:00 +00:00
configure-the-things.sh Udpated microstack api endpoints from localhost to 10.20.20.1 2019-04-04 10:52:18 -04:00
framework.py Added testing for control nodes 2019-10-16 15:44:38 +00:00
test_basic.py Added testing for control nodes 2019-10-16 15:44:38 +00:00
test_control.py Added testing for control nodes 2019-10-16 15:44:38 +00:00