コード例 #1
0
ファイル: conf.py プロジェクト: okolisny/integration_tests
def test(conf_name):
    """Test yaml file to see how many keys exist"""
    creds = conf.__getattr__(conf_name)
    print("{} keys found, if this value seems low, there may be a YAML error".format(len(creds)))
コード例 #2
0
ファイル: conf.py プロジェクト: akarol/cfme_tests
def test(conf_name):
    """Test yaml file to see how many keys exist"""
    creds = conf.__getattr__(conf_name)
    print("{} keys found, if this value seems low, there may be a YAML error".format(len(creds)))