=== modified file 'debian/tests/control'
--- debian/tests/control 2015-03-17 21:40:54 +0000
+++ debian/tests/control 2015-03-18 18:42:33 +0000
@@ -5,7 +5,7 @@
python3-psutil,
system-image-dbus
-Test-Command: cd debian/tests; python3 -m unittest ubuntu_ota_tests.tests.test_basic_upgrade
+Test-Command: cd python3 -m unittest ubuntu_ota_tests.tests.test_basic_upgrade
Restrictions: needs-root allow-stderr
Depends: python3-autopilot,
python3-psutil,
=== modified file 'debian/tests/ota-selftests'
--- debian/tests/ota-selftests 2015-03-17 21:40:54 +0000
+++ debian/tests/ota-selftests 2015-03-18 18:42:54 +0000
@@ -20,8 +20,6 @@
set -e
-cd debian/tests
-
python3-coverage run --include=./ubuntu_ota_tests/* --omit=./ubuntu_ota_tests/selftests/*,./ubuntu_ota_tests/__init__.py -m unittest discover -v ubuntu_ota_tests.selftests
mkdir -p $ADT_ARTIFACTS/coverage && python3-coverage report -m > $ADT_ARTIFACTS/coverage/report.txt