dc2c1ae540
This is a bit of initial structure for some Tempest tests intended to run in the devstack gates. * Contains a single test case (list zones) * Uses tempest_lib instead of tempest wherever possible * Added a .testr.conf for use with testr * Currently, needs keystone to get Designate's endpoint Change-Id: I87a3f7c4fea55183eb2264a8b099344c6e3faa67
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
[DEFAULT]
|
|
test_command=python -m subunit.run discover ./api $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|