Reviewed: https://review.openstack.org/273262 Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=e99b46953ade6d32ce660ae42f6b8d1e13f51624 Submitter: Jenkins Branch: master
commit e99b46953ade6d32ce660ae42f6b8d1e13f51624 Author: madhusudhan-kandadai <[email protected]> Date: Wed Jan 27 14:16:56 2016 -0800 Set config values and fix casual failing of nc service in scenario tests 1. Set the config values to make it work against non-devstack environment 2 Tweak webserver script, use nc "l" for listening to avoid clients to hang waiting for the connection close after the content has been served when using cirros 0.3.3 image. In Cirros 0.3.3, nc doesn't support "-ll" option for persistence listening Change-Id: Iecf70014f9444b226a0b08971e1c2ac26f653257 Closes-Bug: #1538746 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1538746 Title: tempest v2 scenario tests not passing config to serviceclient and support netcat using cirros 0.3.3 image Status in neutron: Fix Released Bug description: 1. neutron-lbaas tempest v2 scenario tests doesn't pick config values from standard tempest.conf. Instead, the config values are hardcoded in the scenario/base.py. For example, self.client_args = [auth_provider, 'network', 'regionOne'] The above values doesn't work on non-devstack environment. Setting and pick the config values from tempest.conf works both devstack and non- devstack environment. 2. netcat doesnt support persistent listening 'll' option on cirros 0.3.3. image. hence change it to 'l' listening option, so the cloud can use any cirros image either 3.3/3.4. Also, change the behavior of the netcat script to make it work against 3.3. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1538746/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

