75905790e5
- add devstack plugin - update openstack common - move unit tests to unit folder - update infrastructural files Change-Id: Id72006f70110dbd1762f42b582470ac5f3439f2a
8 lines
269 B
Plaintext
8 lines
269 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=1 \
|
|
OS_STDERR_CAPTURE=1 \
|
|
OS_LOG_CAPTURE=1 \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ gceapi/tests/unit $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|