sahara-guestagent/.testr.conf
Dmitry Mescheryakov ccd831d452 The initial commit
Current status:

 * the agent supports cummunication with the server via oslo.messaging
 * the agent implements RPC interface required by
   https://review.openstack.org/#/c/71015/
   The interface and implementation is defined in
   savanna.guestagent.AgentEndpoint

Implements: blueprint guest-agent

Change-Id: I88cf5bb4c49b22293b0b299f182f55a4d179c877
2014-02-27 20:16:10 +04:00

7 lines
318 B
Plaintext

[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list