summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/testcases/bugs/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cloud_tests/testcases/bugs/__init__.py')
-rw-r--r--tests/cloud_tests/testcases/bugs/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/cloud_tests/testcases/bugs/__init__.py b/tests/cloud_tests/testcases/bugs/__init__.py
new file mode 100644
index 00000000..5251d7c1
--- /dev/null
+++ b/tests/cloud_tests/testcases/bugs/__init__.py
@@ -0,0 +1,8 @@
+# This file is part of cloud-init. See LICENSE file for license information.
+
+"""
+Test verifiers for cloud-init bugs
+See configs/bugs/README.md for more information
+"""
+
+# vi: ts=4 expandtab