blob: 0a592637881c045f2ec0414739e46aee268f87b4 (
plain)
1
2
3
4
5
6
7
8
|
# This file is part of cloud-init. See LICENSE file for license information.
"""Test verifiers for cloud-init main features.
See configs/main/README.md for more information
"""
# vi: ts=4 expandtab
|