microstack/tests
Pete Vander Giessen a89f5574c3 Added microstack.remove command
Running microstack.remove will remove the br-ex virtual bridge device,
then uninstall MicroStack.

We do this because we can't use ovs-ctl to remove the bridge as part
of a remove hook, as the Open vSwitch daemons are not running at that
point. The microstack.remove command gives operators a way to cleanly
uninstall the snap, without needing to reboot to get rid of br-ex.

Added test exercising the code to test_basic.py.

Rerranged entry points a bit (moved some things into main.py) to make
code sharing easier, and to prevent a proliferation of entry point
scripts in our root dir.

Change-Id: I9ff25864cd96ada3a9b3da8992c2b33955eff0b4
Closes-Bug: #1852147
2019-12-17 17:11:32 +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 microstack.remove command 2019-12-17 17:11:32 +00:00
test_basic.py Added microstack.remove command 2019-12-17 17:11:32 +00:00
test_cluster.py Added refresh tests 2019-11-20 21:35:51 +00:00
test_control.py Added refresh tests 2019-11-20 21:35:51 +00:00
test_refresh.py Added refresh tests 2019-11-20 21:35:51 +00:00