aboutsummaryrefslogtreecommitdiffstats
path: root/.testr.conf
blob: 126233527ea2ec48e34fdcf870363ec0c6c34254 (plain)
1
2
3
4
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ./tests/unit $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list
ht .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
[
{ 
    "operational" : "stopped", 
    "listen" : true, 
    "configuration" : [
        {
            "name" : "OpenStack", 
            "admin_token" : "dummy_token", 
            "user" : "adminuser", 
            "port" : 5000, 
            "pwd" : "dummy_pwd", 
            "host" : "10.0.0.1"
        }, 
        {
            "name" : "mysql", 
            "pwd" : "dummy_pwd",
            "port" : 3307, 
            "user" : "mysqluser", 
            "host" : "10.0.0.1"
        }, 
        {
            "name" : "CLI", 
            "user" : "sshuser", 
            "pwd" : "dummy_pwd", 
            "host" : "10.0.0.1"
        }, 
        {
            "name" : "AMQP", 
            "pwd" : "dummy_pwd",
            "port" : 5673, 
            "user" : "rabbitmquser", 
            "host" : "10.0.0.1"
        }, 
        {
            "rabbitmq_port" : 5671, 
            "ssh_user" : "root", 
            "server_name" : "sensu_server", 
            "env_type" : "production", 
            "provision" : "None", 
            "name" : "Monitoring", 
            "ssh_port" : 20022, 
            "rabbitmq_pass" : "dummy_pwd", 
            "ssh_password" : "dummy_pwd", 
            "rabbitmq_user" : "sensu", 
            "config_folder" : "/local_dir/sensu_config", 
            "type" : "Sensu", 
            "server_ip" : "10.0.0.1", 
            "api_port" : 4567
        }, 
        {
            "name" : "ACI", 
            "user" : "admin", 
            "pwd" : "dummy_pwd", 
            "host" : "10.1.1.104"
        }
    ], 
    "enable_monitoring" : true, 
    "name" : "DEMO-ENVIRONMENT-SCHEME", 
    "distribution" : "Mirantis-8.0", 
    "last_scanned" : "filled-by-scanning", 
    "app_path" : "/home/scan/calipso_prod/app", 
    "scanned" : false, 
    "type_drivers" : "vxlan", 
    "mechanism_drivers" : [
        "OVS"
    ], 
    "user" : "wNLeBJxNDyw8G7Ssg", 
    "auth" : {
        "edit-env" : [
            "wNLeBJxNDyw8G7Ssg"
        ], 
        "view-env" : [
            "wNLeBJxNDyw8G7Ssg"
        ]
    }, 
    "type" : "environment"
}
]