Skip to content

Commit

Permalink
Given that we currently have failing UTs, make sure to fail overall!
Browse files Browse the repository at this point in the history
  • Loading branch information
nelljerram committed Jan 16, 2023
1 parent abbb1d9 commit 99e61e2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions networking-calico/.testr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-0} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
${PYTHON:-python} -m coverage run -a -m nose2 -v -s networking_calico/tests
${PYTHON:-python} -m coverage run -a -m nose2 -v networking_calico.plugins.ml2.drivers.calico.test.test_election
${PYTHON:-python} -m coverage run -a -m nose2 -v networking_calico.plugins.ml2.drivers.calico.test.test_plugin_etcd
${PYTHON:-python} -m coverage run -a -m nose2 -v networking_calico.plugins.ml2.drivers.calico.test.test_compaction
sh -c '\
${PYTHON:-python} -m coverage run -a -m nose2 -v -s networking_calico/tests && \
${PYTHON:-python} -m coverage run -a -m nose2 -v networking_calico.plugins.ml2.drivers.calico.test.test_election && \
${PYTHON:-python} -m coverage run -a -m nose2 -v networking_calico.plugins.ml2.drivers.calico.test.test_plugin_etcd && \
${PYTHON:-python} -m coverage run -a -m nose2 -v networking_calico.plugins.ml2.drivers.calico.test.test_compaction'

test_id_option=--load-list $IDFILE
test_list_option=--list
Expand Down

0 comments on commit 99e61e2

Please sign in to comment.