Change REST and RESTCONF port to variables
authorChristopher O'Shea <christopher.o.shea@ericsson.com>
Tue, 26 Aug 2014 19:42:46 +0000 (12:42 -0700)
committerChristopher O'Shea <christopher.o.shea@ericsson.com>
Tue, 26 Aug 2014 19:42:46 +0000 (12:42 -0700)
commit56b63be1081b358847eea9f3891877dd84d99085
treee54fbf86beb9590c00755759b1b6ea60635c4b84
parent7fb9fcbaad43e7f00df39fd99e633e6e80034d51
Change REST and RESTCONF port to variables
- Default RESTPORT = 8080
- Default RESTCONFPORT = 8080
- Change via pybot command -v RESTCONFPORT=8181 when testing Karaf features

Change-Id: Ied8065d6d9c91f82dfffdc26f8feee23c2010a23
Signed-off-by: Christopher O'Shea <christopher.o.shea@ericsson.com>
79 files changed:
test/csit/suites/base-of10/010__AD_SAL_NSF/010__switch_manager.txt
test/csit/suites/base-of10/010__AD_SAL_NSF/020__statistics_manager.txt
test/csit/suites/base-of10/010__AD_SAL_NSF/030__topology_manager.txt
test/csit/suites/base-of10/010__AD_SAL_NSF/040__flow_programmer.txt
test/csit/suites/base-of10/020__AD_SAL_Apps/010__host_tracker.txt
test/csit/suites/base-of10/020__AD_SAL_Apps/020__static_route.txt
test/csit/suites/base-of10/020__AD_SAL_Apps/030__subnet_gateway.txt
test/csit/suites/base-of13/010__MD_SAL_NSF/010__restconf_inventory.txt
test/csit/suites/base-of13/010__MD_SAL_NSF/020__restconf_statistics.txt
test/csit/suites/base-of13/010__MD_SAL_NSF/030__restconf_topology.txt
test/csit/suites/base-of13/010__MD_SAL_NSF/040__restconf_frm.txt
test/csit/suites/base-of13/020__MD_SAL_NSF_OF13/010__restconf_inventory.txt
test/csit/suites/base-of13/020__MD_SAL_NSF_OF13/020__restconf_statistics.txt
test/csit/suites/base-of13/020__MD_SAL_NSF_OF13/030__restconf_topology.txt
test/csit/suites/base-of13/020__MD_SAL_NSF_OF13/040__restconf_frm.txt
test/csit/suites/base-of13/030__AD_SAL_NSF/010__switch_manager.txt
test/csit/suites/base-of13/030__AD_SAL_NSF/020__statistics_manager.txt
test/csit/suites/base-of13/030__AD_SAL_NSF/030__topology_manager.txt
test/csit/suites/base-of13/030__AD_SAL_NSF/040__flow_programmer.txt
test/csit/suites/base-of13/040__AD_SAL_NSF_OF13/010__switch_manager.txt
test/csit/suites/base-of13/040__AD_SAL_NSF_OF13/020__statistics_manager.txt
test/csit/suites/base-of13/040__AD_SAL_NSF_OF13/030__topology_manager.txt
test/csit/suites/base-of13/040__AD_SAL_NSF_OF13/040__flow_programmer.txt
test/csit/suites/base-of13/050__AD_SAL_Apps/010__host_tracker.txt
test/csit/suites/base-of13/050__AD_SAL_Apps/020__static_route.txt
test/csit/suites/base-of13/050__AD_SAL_Apps/030__subnet_gateway.txt
test/csit/suites/base-of13/060__AD_SAL_Apps_OF13/010__host_tracker.txt
test/csit/suites/base-of13/060__AD_SAL_Apps_OF13/020__static_route.txt
test/csit/suites/base-of13/060__AD_SAL_Apps_OF13/030__subnet_gateway.txt
test/csit/suites/base-of13/070__Flows_OF13/300__dst_ip.txt
test/csit/suites/base-of13/070__Flows_OF13/301__src_ip.txt
test/csit/suites/base-of13/070__Flows_OF13/302__dst_mac.txt
test/csit/suites/base-of13/070__Flows_OF13/304__eth_ip_port.txt
test/csit/suites/base-of13/070__Flows_OF13/305__ttl.txt
test/csit/suites/base-of13/070__Flows_OF13/306__eth_ip_qos.txt
test/csit/suites/base-of13/070__Flows_OF13/307__eth_ip_qos_port_tcpport.txt
test/csit/suites/base-of13/070__Flows_OF13/308__eth_ip_qos_port_tcpport_mpls.txt
test/csit/suites/base-of13/070__Flows_OF13/309__eth_ip_qos_sctp.txt
test/csit/suites/base-of13/070__Flows_OF13/310__eth_ip_qos_icmp.txt
test/csit/suites/base-of13/070__Flows_OF13/311__eth_arp.txt
test/csit/suites/base-of13/070__Flows_OF13/312__eth_arp_transport.txt
test/csit/suites/base-of13/070__Flows_OF13/313__eth_arp_transport_hardware.txt
test/csit/suites/base-of13/070__Flows_OF13/314__eth_vlan.txt
test/csit/suites/base-of13/070__Flows_OF13/315__timeout_vlan_pcp_vlan.txt
test/csit/suites/base-of13/070__Flows_OF13/316__eth_mpls_tc_bos.txt
test/csit/suites/base-of13/070__Flows_OF13/317__eth_ipv6.txt
test/csit/suites/base-of13/070__Flows_OF13/318__metadata.txt
test/csit/suites/base-of13/070__Flows_OF13/319__metadata_mask.txt
test/csit/suites/base-of13/070__Flows_OF13/320__ipv6_meta_qos_udp.txt
test/csit/suites/base-of13/070__Flows_OF13/321__ipv6_meta_qos_tcp.txt
test/csit/suites/base-of13/070__Flows_OF13/322__ipv6_flow.txt
test/csit/suites/base-of13/070__Flows_OF13/323__tunnel.txt
test/csit/suites/base-of13/070__Flows_OF13/324__ipv6_flow_label.txt
test/csit/suites/base-of13/080__Inventory_Performance/010__restconf_inventory.txt
test/csit/suites/base-of13/080__Inventory_Performance/020__switch_manager.txt
test/csit/suites/base-of13/080__Inventory_Performance/030__statistics_manager.txt
test/csit/suites/base-of13/080__Inventory_Performance/040__topology_manager.txt
test/csit/suites/base-of13/090__OVSDB/010__bridge_domain.txt
test/csit/suites/base-of13/100__OVSDB_OF13/010__bridge_domain.txt
test/csit/suites/sp-of10/010__AD_SAL_NSF/010__switch_manager.txt
test/csit/suites/sp-of10/010__AD_SAL_NSF/020__statistics_manager.txt
test/csit/suites/sp-of10/010__AD_SAL_NSF/030__topology_manager.txt
test/csit/suites/sp-of10/010__AD_SAL_NSF/040__flow_programmer.txt
test/csit/suites/sp-of13/030__AD_SAL_NSF/010__switch_manager.txt
test/csit/suites/sp-of13/030__AD_SAL_NSF/020__statistics_manager.txt
test/csit/suites/sp-of13/030__AD_SAL_NSF/030__topology_manager.txt
test/csit/suites/sp-of13/030__AD_SAL_NSF/040__flow_programmer.txt
test/csit/suites/sp-of13/040__AD_SAL_NSF_OF13/010__switch_manager.txt
test/csit/suites/sp-of13/040__AD_SAL_NSF_OF13/020__statistics_manager.txt
test/csit/suites/sp-of13/040__AD_SAL_NSF_OF13/030__topology_manager.txt
test/csit/suites/sp-of13/040__AD_SAL_NSF_OF13/040__flow_programmer.txt
test/csit/suites/vtn-of10/010__AD_SAL_NSF/010__switch_manager.txt
test/csit/suites/vtn-of10/010__AD_SAL_NSF/020__statistics_manager.txt
test/csit/suites/vtn-of10/010__AD_SAL_NSF/030__topology_manager.txt
test/csit/suites/vtn-of10/010__AD_SAL_NSF/040__flow_programmer.txt
test/csit/suites/vtn-of10/020__VTN/010__vtn_manager.txt
test/csit/suites/vtn-of13/050__VTN/010__vtn_manager.txt
test/csit/suites/vtn-of13/060__VTN_OF13/010__vtn_manager.txt
test/csit/variables/Variables.py