Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 24 Jul 2018 11:00:12 +0000 (11:00 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 24 Jul 2018 11:00:12 +0000 (11:00 +0000)
* Update docs/submodules/yardstick from branch 'master'
  - Merge changes from topics 'YARDSTICK-1351', 'YARDSTICK-1339'

    * changes:
      Add IP mask to IxNetwork configuration
      Improve NetworkServiceTestCase._get_ip_flow_range() function

  - Add IP mask to IxNetwork configuration

    Assign the IP mask to IxNetwork configuration, depending on the IP range
    provided by the user in the traffic profile. In case of single IP, a
    default mask will be provided:
      - IP_VERSION_4_MASK = 24
      - IP_VERSION_6_MASK = 64

    JIRA: YARDSTICK-1351

    Change-Id: I029473ab8b9966a76cf559ffef53b34ca11462ad
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
  - Improve NetworkServiceTestCase._get_ip_flow_range() function

    Improve the method to calculate the CIDR IP address range (first one,
    last one). IPv4Network or IPv6Network hosts() is an iterator throught
    the list of valid IPs. If the network is too big, the generation of a
    list [1] can be very expensive.

    [1]https://github.com/opnfv/yardstick/blob/master/yardstick/benchmark/scenarios/networking/vnf_generic.py#L90

    JIRA: YARDSTICK-1339

    Change-Id: I9352b2e7ff4925c246df8b40ecf43e8dc96c42d2
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
docs/submodules/yardstick

index 05dcc38..d85cefd 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 05dcc38c95cf0f35adadc1545fe663bfbb457bef
+Subproject commit d85cefdffe8b3ccb9b919f1cb83be42152e9e802