vnf_generic: replace list comprehension with generator expression 41/27641/2
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 26 Jan 2017 22:04:52 +0000 (14:04 -0800)
committerRoss Brattain <ross.b.brattain@intel.com>
Wed, 8 Feb 2017 06:50:37 +0000 (06:50 +0000)
commit8b171aaddfd9d7131501c06e4041f34c7bdbad9d
treee46535e7d99566a313402ebd2a3e16bf3489a541
parenta4241e6e9b121447a50fdfe0d79b322c2e2aaea9
vnf_generic: replace list comprehension with generator expression

no need to build a list, just use next

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