~bjornt/maas/qa-lab-tests-no-tags

« back to all changes in this revision

Viewing changes to maas-package-test

  • Committer: MAAS Lander
  • Author(s): Alberto Donato
  • Date: 2019-05-07 13:04:22 UTC
  • mfrom: (622.2.1 print-maas-id)
  • Revision ID: maas_lander-20190507130422-0roaauqk5i2bsr85
[r=newell-jensen,blake-rouse][bug=][author=ack] Print out MAAS ID in in tests log

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# http://imgur.com/LaJ9Kmo
11
11
trap copy_logs EXIT
12
12
 
 
13
if [ -f /var/lib/maas/maas_id ]; then
 
14
    echo "MAAS ID: $(cat /var/lib/maas/maas_id)"
 
15
fi
 
16
 
13
17
# Run tests.
14
18
(cd debian/tests && xargs -r nosetests3 --verbose --stop --with-xunit --xunit-file=$ADT_ARTIFACTS/nosetests.xml < integration-suite)