summaryrefslogtreecommitdiffstats
path: root/dovetail/test_runner.py
AgeCommit message (Expand)AuthorFilesLines
2018-06-29Update licence headers to comply with guidelinesGeorg Kunz1-1/+1
2018-06-14Replace openstack commands with shadexudan1-0/+3
2018-05-27Archive all test case result filesxudan1-29/+23
2018-05-11Adding Neutron trunk port tests to proposed_tests suiteGeorg Kunz1-0/+4
2018-05-08Improve the CLI of Dovetail toolxudan1-1/+2
2018-05-07Decoupling Bottlenecks Docker config items from source codexudan1-42/+48
2018-05-01Integrating Functest Patrole test caseGeorg Kunz1-0/+2
2018-04-24The refstack file name has been changedxudan1-1/+1
2018-04-10Decoupling Yardstick Docker config items from source codexudan1-1/+2
2018-04-10Support to specify docker image for each test casexudan1-3/+4
2018-03-29Integrate dovetail with ONAPMoshe1-0/+8
2018-03-15substitute image copy with docker volumeSerenaFeng1-1/+1
2018-03-14Add process info to pod.yaml to specify the info of a special processxudan1-4/+52
2017-08-28Merge "Bugfix: functest only keeps the last test case's log"Leo wang1-0/+24
2017-08-28Bugfix: functest only keeps the last test case's logxudan1-0/+24
2017-08-23Bugfix: pre_condition cmds is just executed oncexudan1-11/+7
2017-08-03Add resiliency test caes into proposed_testsxudan1-1/+9
2017-06-28Modify Dovetail logsxudan1-18/+18
2017-05-30sdnvpn offline support in dovetailMatthewLi1-1/+10
2017-05-25Change the directories of results and some files to DOVETAIL_HOMExudan1-1/+1
2017-05-24SDNVPN test cases failed in CIxudan1-6/+26
2017-04-21use Functest tempest_custom test cases to run all Ipv6 test casesxudan1-1/+2
2017-04-01refstack result parseMatthewLi1-3/+4
2017-03-30Merge "dovetail tool: change function pull_image"hongbo tian1-3/+4
2017-03-30dovetail tool: refstack testcase integrationMatthewLi1-0/+5
2017-03-30dovetail tool: change function pull_imagexudan1-3/+4
2017-03-29dovetail tool: offline supportMatthewLi1-2/+10
2017-03-20dovetail tool: change name of credentials from creds to openrcxudan1-1/+1
2017-02-17dovetail tool: skip testcase status addedMatthewLi1-10/+10
2017-01-11dovetail tool: switch logging to proper usageMatthewLi1-1/+1
2016-12-26dovetail tool: reorganize function prepare_cmd in testcase.pyxudan1-3/+3
2016-12-22[dovetail tool]check and get results for each cmdLeo Wang1-11/+67
2016-12-14[dovetail tool] support shell scripts for testcase validationLeo Wang1-1/+1
2016-12-13[dovetail tool] support shell scripts for testcase validationLeo Wang1-0/+100
class="gi">+++ b/mcp/reclass/classes/cluster/virtual-mcp-ocata-ovs/infra/config.yml @@ -50,13 +50,13 @@ parameters: params: single_address: 172.16.10.105 tenant_address: 10.1.0.105 - external_address: 10.16.0.105 + external_address: 10.0.9.105 openstack_compute_node02: params: single_address: 172.16.10.106 tenant_address: 10.1.0.106 - external_address: 10.16.0.106 + external_address: 10.0.9.106 openstack_gateway_node01: params: tenant_address: 10.1.0.110 - external_address: 10.16.0.110 + external_address: 10.0.9.110 diff --git a/mcp/reclass/classes/cluster/virtual-mcp-ocata-ovs/openstack/init.yml b/mcp/reclass/classes/cluster/virtual-mcp-ocata-ovs/openstack/init.yml index 7079fd1..fccde1f 100644 --- a/mcp/reclass/classes/cluster/virtual-mcp-ocata-ovs/openstack/init.yml +++ b/mcp/reclass/classes/cluster/virtual-mcp-ocata-ovs/openstack/init.yml @@ -6,7 +6,7 @@ parameters: openstack_region: RegionOne admin_email: root@localhost cluster_public_protocol: http - cluster_public_host: 10.16.0.101 + cluster_public_host: 10.0.9.101 neutron_public_protocol: http neutron_control_dvr: False neutron_tenant_network_types: "flat,vxlan" diff --git a/mcp/scripts/net_public.xml b/mcp/scripts/net_public.xml index 61650d5..f455480 100644 --- a/mcp/scripts/net_public.xml +++ b/mcp/scripts/net_public.xml @@ -2,5 +2,5 @@ <name>public</name> <bridge name="public"/> <forward mode="nat"/> - <ip address="10.16.0.1" netmask="255.255.255.0" /> + <ip address="10.0.9.254" netmask="255.255.255.0" /> </network>