~raharper/curtin:fix/makefile-drop-nosetest-command

Last commit made on 2020-05-06
Get this branch:
git clone -b fix/makefile-drop-nosetest-command https://git.launchpad.net/~raharper/curtin
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
fix/makefile-drop-nosetest-command
Repository:
lp:~raharper/curtin

Recent commits

73b719f... by Ryan Harper

Drop bogus top-level vmtests directory from target_dirs

da03371... by Ryan Harper

Use util.FileMissingError for py2/py3 pyflake fix

d4d6025... by Ryan Harper

Fix whitespace

2cc1bb7... by Ryan Harper

Fix whitespace, do not use bare except

a3375cc... by Ryan Harper

Fix whitespace

4242e9d... by Ryan Harper

Do not use bare except

2131da5... by Ryan Harper

Drop tools/run-pyflakes*, add pylint targets

c7dad04... by Ryan Harper

Fix Makefile to call nose via python module

9d85462... by Ryan Harper

vmtest: rsync don't cross filesystem boundaries when copying

In some scenarios /var/lib/lxcfs is mounted with kernel bits
and rsync complains; instead we now copy using the --one-file-system
flag which avoids crossing these boundaries.

LP: #1873909

9943398... by Ryan Harper

vmtest: basic/basic_scsi adjust collect/tests for unstable device names

- For virtio-disks (TestBasic) use dname, except on centos66, use the byid
  serial name.
- For scsi-disks (TestScsiBasic) use wwn everywhere

LP: #1874100