neutron-lbaas/neutron_lbaas/tests/contrib
Franklin Naval c502db8400 Fix stable/mitaka gate failures
This change is squashed from backports of
0b6a3fbdfa and
b68c0e27e3. These two bugfixes
form a circular depencency and can't be merged without each
other.

The other way to solve this deadlock is to revert
https://review.openstack.org/322811 and
https://review.openstack.org/320998, merge
https://review.openstack.org/321563 and then start
anew.

Here are the commit messages of both changes:

Neutron-LBaaS: Fix network_resources path

* upstream tempest changed the namespace for
  network_resources, this change updates that path
* fixed changed deprecated config parameters
* replaced network_cilent passed into DeletableSubnet
  with subnets_client and routers_client

Refactor gate hooks

The aim of this change is to make gate_hook and post_test_hook
more generic and prepare base for adding a new functional job
and tests. The patch also includes a number cosmetic changes
which should make the hooks' code easier to read.

- Moved all argument parsing to decode_args.sh.
- gate_hook: Extracted code related to configuring Octavia into a
  separate function.
- post_test_hook: Filling test_subset is not required if the aim
  is to run all set (api-* job).
- post_test_hook: Don't set OS_TEST_PATH and OS_TESTR_CONCURRENCY
  as it's also done in tox.ini.
- Style fixes.

Change-Id: I32eaa12fb27a4cfbd09bd20e9821ebd310c32e44
Closes-Bug: #1581660
Closes-Bug: #1592564
Related-Bug: #1585116
2016-06-15 18:34:05 +03:00
..
decode_args.sh Fix stable/mitaka gate failures 2016-06-15 18:34:05 +03:00
gate_hook.sh Fix stable/mitaka gate failures 2016-06-15 18:34:05 +03:00
post_test_hook.sh Fix stable/mitaka gate failures 2016-06-15 18:34:05 +03:00