diff options
Diffstat (limited to 'tests/vmtests/test_basic.py')
| -rw-r--r-- | tests/vmtests/test_basic.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vmtests/test_basic.py b/tests/vmtests/test_basic.py index 711c18fc..2d985141 100644 --- a/tests/vmtests/test_basic.py +++ b/tests/vmtests/test_basic.py @@ -1,3 +1,5 @@ +# This file is part of curtin. See LICENSE file for copyright and license info. + from . import ( VMBaseClass, get_apt_proxy) @@ -290,3 +292,5 @@ class ArtfulTestScsiBasic(relbase.artful, TestBasicScsiAbs): class BionicTestScsiBasic(relbase.bionic, TestBasicScsiAbs): __test__ = True + +# vi: ts=4 expandtab syntax=python |
