summaryrefslogtreecommitdiffstats
path: root/vstf/vstf/controller/unittest/model.py
blob: c4e992ce1551649166a98ea1a5d95681260e7e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
"""
Created on 2015-9-28

@author: y00228926
"""
import unittest

from vstf.rpc_frame_work import rpc_producer
from vstf.controller.unittest import configuration


class Test(unittest.TestCase):

    def setUp(self):
        self.controller = configuration.rabbit_mq_server
        self.tester_host = configuration.tester_host
        self.target_host = configuration.target_host
        self.source_repo = configuration.source_repo
        self.conn = rpc_producer.Server(self.controller)

    def tearDown(self):
        self.conn.close()


if __name__ == "__main__":
    #import sys;sys.argv = ['', 'Test.testName']
    unittest.main()
/span>: ServiceNetMap} DefaultPasswords: {get_param: DefaultPasswords} outputs: role_data: description: Role data for the Neutron ML2 Plugin role. value: service_name: {get_attr: [NeutronBase, role_data, service_name]} config_settings: map_merge: - get_attr: [NeutronBase, role_data, config_settings] step_config: &step_config get_attr: [NeutronBase, role_data, step_config] service_config_settings: {get_attr: [NeutronBase, role_data, service_config_settings]} # BEGIN DOCKER SETTINGS puppet_config: config_volume: 'neutron' puppet_tags: '' step_config: *step_config config_image: list_join: - '/' - [ {get_param: DockerNamespace}, {get_param: DockerNeutronConfigImage} ] kolla_config: {} docker_config: {}