Closed pjbreaux closed 7 years ago
@szakeri:
tempest runtests: commands[0] | py.test --meta ../../../../systest/exclude/tempest_12.1.2_undercloud_vxlan.yaml -lvv --autolog-outputdir ../../../../systest/test_results/f5-openstack-lbaasv2-driver_stablenewton-tempest_12.1.2_undercloud_vxlan --autolog-session api_38120fd_20170818-182003 scenario
<class 'f5.bigip.BigIP'>
===================================================================== test session starts ======================================================================
platform linux2 -- Python 2.7.12, pytest-3.2.1, py-1.4.34, pluggy-0.4.0 -- /usr/bin/python
cachedir: ../../../../.cache
pytest-autolog: outputdir is /home/jenkins/f5-openstack-lbaasv2-driver/systest/test_results/f5-openstack-lbaasv2-driver_stablenewton-tempest_12.1.2_undercloud_vxlan/api_38120fd_20170818-182003
pytest-autolog: trace is disabled
rootdir: /home/jenkins/f5-openstack-lbaasv2-driver, inifile:
plugins: f5-sdk-2.3.3, f5-openstack-test-0.2.0, autolog-1.1.0, meta-0.1.1, symbols-0.1.0a3
collected 16 items
pytest-meta: discarded 0 items
scenario/test_esd.py::TestEsdBasic::test_policy_abort_deployment PASSED
scenario/test_esd.py::TestEsdBasic::test_policy_deployment PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicRedirectToPool::test_policy_deployment PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicRedirectToPool::test_policy_redirect_pool_cookie_contains PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicRedirectToPool::test_policy_redirect_pool_cookie_not_contains PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicRedirectToPool::test_policy_redirect_pool_header_equal_to PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicRedirectToPool::test_policy_redirect_pool_hostname_starts_with PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicRedirectToUrl::test_policy_redirect_url_file_type_fails_bad_compare_type PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicRedirectToUrl::test_policy_redirect_url_file_type_not_contains PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicRedirectToUrl::test_policy_redirect_url_hostname_ends_with PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicRedirectToUrl::test_policy_redirect_url_path_starts_with PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicReject::test_policy_reject_file_type_equal_to PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicReject::test_policy_reject_header_starts_with PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicUpdate::test_policy_deployment_operand_match PASSED
scenario/test_l7policies_and_rules.py::TestL7BasicUpdate::test_policy_reorder_and_rule_update PASSED
scenario/test_stats.py::TestLoadBalancerStats::test_stats PASSED
================================================================= 16 passed in 1438.93 seconds =================================================================
___________________________________________________________________________ summary ____________________________________________________________________________
tempest: commands succeeded
congratulations :)
@szakeri Running the tests currently, will update PR when tests pass as expected.
Issues: Fixes #57
Problem: When running the driver tempest tests, we use the l7policy and l7rule clients from this repo to query neutron about these objects. They don't currently exist in the stable/newton base.py file for scenario tests. We need to add them.
Analysis: Added a refernce to the l7policy client and l7rule client in base.py for scenario tests.
Tests: Will run the driver tempest tests against this change.