]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Separate wait_until to standalone function
authorJakub Libosvar <libosvar@redhat.com>
Tue, 30 Sep 2014 16:13:50 +0000 (18:13 +0200)
committerJakub Libosvar <libosvar@redhat.com>
Fri, 12 Dec 2014 12:15:50 +0000 (13:15 +0100)
commitf1277a4036ac355c13a5b928e189ab2abf765402
treea9008d94a826fc639d5c9cee8660bfbb044901eb
parentef86198181649f13da9692b6a2b339e36901aa27
Separate wait_until to standalone function

It makes wait_until more usable outside of unittest.TestCase classes.
Part of this patch is renaming pinger module to helpers thus we can have
helpers module with useful utilities for testing.

Change-Id: Ie8e4854c23aa3739b0df618db1b3944466d64bd2
Related-Bug: 1243216
neutron/tests/functional/agent/linux/base.py
neutron/tests/functional/agent/linux/helpers.py [moved from neutron/tests/functional/agent/linux/pinger.py with 72% similarity]
neutron/tests/functional/agent/test_l3_agent.py
neutron/tests/functional/base.py