Commit Graph

7 Commits

Author SHA1 Message Date
Ankur Gupta 4413f46983 Update load_balancer for v2 API
This patch updates the load_balancer.v2.load_balancer for the current
state of the API

It also updates the post_test_hook script to accept an argument to
restrict the functional tests run.  Since the load-balancer tests can
take a significant time to run, this allows us to run a parallel gate
job for the load-balancer functional tests.

Co-Authored-By: Michael Johnson <johnsomor@gmail.com>
Change-Id: I6c526cd8225a929d3d5984da10b6478312461e6f
2017-07-18 18:05:29 -07:00
Akihiro Motoki dc9a3458ad functional tests: minor cleanup
* Check service availability for swift, heat and octavia

* Use OS_CLOUD=devstack-admin. DevStack sets up default clouds.yaml
  for member and admin roles. The current OpenStackSDK functest prepares
  its own clouds.yaml based on DevStack admin account, so there is no
  difference from 'devstack-admin'. It simplifies the post_gate_hook process.

* Skip openstack.tests.functional.network.v2.test_quota.TestQuota.test_set
  (Related-Bug: #1687202)

Change-Id: I571e437dd7e439d2ad8a1d7ed9a5a24361b1308e
2017-04-29 15:40:34 +00:00
Terry Howe a803527c36 Fix post test hook script
Change-Id: I5ea68cd3a51f0cc9f815ed7ed28d012884c2366d
2015-12-09 07:24:37 -07:00
Terry Howe d76b2904e8 Try running examples tests on gate
Change-Id: I0a844f714c078701fe55e75024b3a6a4ad4cbb74
2015-11-25 15:08:25 -07:00
Terry Howe c0358d0bd5 Create clouds.yaml for functional tests
Change-Id: I5d6d0c587b65e0ca877a4d13c89c4cd6ac90ef50
2015-05-30 12:30:36 -06:00
Terry Howe 575155b738 Set OS_CLOUD for functional tests
Change-Id: Ie12e31bc02ba9793f3e17004ee9046cf1050c40d
2015-05-20 01:21:29 +00:00
TerryHowe 4f37c1e91c Add post hook file for a functional test gate
Add a post hook file for a functional test gate.  Right now, the
script returns success no matter what.  I'd like to monitor how
it goes and eventually make it live.  I figure changing the script
to return a correct result will be easier than changing the gate.

Change-Id: Ia97ce6cb86902e43c6a9942f7f866a8b7baeccbb
2015-04-23 19:41:31 -06:00