From c457e2f2a681e1acbd759720ea85c3b957ff6556 Mon Sep 17 00:00:00 2001
From: Abhijit Sinha <abhijit.sinha@intel.com>
Date: Thu, 3 May 2018 10:59:45 +0000
Subject: Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Remove unused methods in SampleVNF"
  - Remove unused methods in SampleVNF

    The following private methods are unused in
    yardstick/network_services/vnf_generic/vnf/sample_vnf.py:SampleVNF

    * _build_ports(self)
    * _get_route_data(self, route_index, route_type)
    * _get_port0localip6(self)
    * _get_port1localip6(self)
    * _get_port0prefixlen6(self)
    * _get_port1prefixlen6(self)
    * _get_port0gateway6(self)
    * _get_port1gateway6(self)

    They are being removed as:
    * _get_port* functions are already implemented and used in MultiPortConfig
    * _get_route_data is an auxillary functions used by the previous ones
    * _build_ports is implemented in the helpers

    JIRA: YARDSTICK-1122
    Change-Id: Ie7a706cd87b610ea56f89214118a02e612a70dc0
    Signed-off-by: Emma Foley <emma.l.foley@intel.com>
---
 docs/submodules/yardstick | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs')

diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick
index 35bbd618b..e985b356b 160000
--- a/docs/submodules/yardstick
+++ b/docs/submodules/yardstick
@@ -1 +1 @@
-Subproject commit 35bbd618b1e69a5b5edbd64a333720bfa5a92400
+Subproject commit e985b356b75c9f4169ab8f1cd761cc3cfd13f6d1
-- 
cgit