blob: 5888990dbc6e3ce51a09e881728e4cad2c6d5ae1 (
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
|