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)
commit9a98d063c30f2bb33cafcb0e02b7781deacdcb7d
tree5027b51fdf372c6611fb61aab943c525b9f85322
parentd42d4ae10f00cc1fcc06b893d0c62289216ddba6
Update git submodules

* 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