large rework to optimize test code.
authorJamo Luhrsen <james.luhrsen@hp.com>
Tue, 23 Sep 2014 20:07:44 +0000 (13:07 -0700)
committerChristopher O'Shea <christopher.o.shea@ericsson.com>
Thu, 25 Sep 2014 04:05:14 +0000 (21:05 -0700)
commit51853d758e27a4034f5139d7b695e012db75f781
treeca51094ffc2a8f87cbaa4a7f327160cab9d60e02
parent10b781a8c395ab6dc6544496d64275d42c4149f9
large rework to optimize test code.
removed lots of sleeps in favor of "Wait Until Keyword Succeeds" (WUKS) calls
moved common functionality in to higher level keywords in the new Utils.txt
resource

Change stats for performance from 30s to 60s

Change-Id: Iab144bfb46c9789bbb0d8a9bc2e27eb57082881e
Signed-off-by: Jamo Luhrsen <james.luhrsen@hp.com>
31 files changed:
test/csit/libraries/Utils.txt [new file with mode: 0644]
test/csit/suites/karaf-compatible/010__MD_SAL_NSF/010__restconf_inventory.txt
test/csit/suites/karaf-compatible/010__MD_SAL_NSF/020__restconf_statistics.txt
test/csit/suites/karaf-compatible/010__MD_SAL_NSF/030__restconf_topology.txt
test/csit/suites/karaf-compatible/010__MD_SAL_NSF/040__restconf_frm.txt
test/csit/suites/karaf-compatible/010__MD_SAL_NSF/__init__.txt
test/csit/suites/karaf-compatible/020__MD_SAL_NSF_OF13/010__restconf_inventory.txt
test/csit/suites/karaf-compatible/020__MD_SAL_NSF_OF13/020__restconf_statistics.txt
test/csit/suites/karaf-compatible/020__MD_SAL_NSF_OF13/030__restconf_topology.txt
test/csit/suites/karaf-compatible/020__MD_SAL_NSF_OF13/040__restconf_frm.txt
test/csit/suites/karaf-compatible/020__MD_SAL_NSF_OF13/__init__.txt
test/csit/suites/karaf-compatible/030__AD_SAL_NSF/020__statistics_manager.txt
test/csit/suites/karaf-compatible/030__AD_SAL_NSF/030__topology_manager.txt
test/csit/suites/karaf-compatible/030__AD_SAL_NSF/__init__.txt
test/csit/suites/karaf-compatible/040__AD_SAL_NSF_OF13/020__statistics_manager.txt
test/csit/suites/karaf-compatible/040__AD_SAL_NSF_OF13/030__topology_manager.txt
test/csit/suites/karaf-compatible/040__AD_SAL_NSF_OF13/__init__.txt
test/csit/suites/karaf-compatible/050__AD_SAL_Apps/__init__.txt
test/csit/suites/karaf-compatible/060__AD_SAL_Apps_OF13/__init__.txt
test/csit/suites/karaf-compatible/070__Flows_OF13/__init__.txt
test/csit/suites/karaf-compatible/075__Flows_OF13_Stat_Manager/010__SM_add_upd_del_flows.txt
test/csit/suites/karaf-compatible/075__Flows_OF13_Stat_Manager/__init__.txt
test/csit/suites/karaf-compatible/080__Inventory_Performance/010__restconf_inventory.txt
test/csit/suites/karaf-compatible/080__Inventory_Performance/015__restconf_topology.txt
test/csit/suites/karaf-compatible/080__Inventory_Performance/020__switch_manager.txt
test/csit/suites/karaf-compatible/080__Inventory_Performance/030__statistics_manager.txt
test/csit/suites/karaf-compatible/080__Inventory_Performance/040__topology_manager.txt
test/csit/suites/karaf-compatible/080__Inventory_Performance/050__ping_test.txt
test/csit/suites/karaf-compatible/080__Inventory_Performance/__init__.txt
test/csit/suites/karaf-compatible/090__OVSDB/__init__.txt
test/csit/suites/karaf-compatible/100__OVSDB_OF13/__init__.txt