_get_ip_flow_range: fix bug with single IP ranges 25/40525/3
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 23 Aug 2017 22:27:01 +0000 (15:27 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Wed, 30 Aug 2017 22:54:44 +0000 (15:54 -0700)
commit51345464ec0385393569cb68bcaaf9bd6d921e9f
tree78a94b735c84f43783beb4983cc30c7c3aa80c0e
parente9d991a22270cd78485dcc6c8f3ddbf70a62286b
_get_ip_flow_range: fix bug with single IP ranges

If we have a /32 or for some reason find a range of IPs
to use, we can default to the single IP specified on the interface.

Change-Id: Ieaa1d57b04e1d57e8cef344d5a53bbca05e7887f
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
tests/unit/benchmark/scenarios/networking/test_vnf_generic.py
yardstick/benchmark/scenarios/networking/vnf_generic.py