From 7031aeae707c21d75bf02e8bdee651b34c7b05af Mon Sep 17 00:00:00 2001
From: Abhijit Sinha <abhijit.sinha@intel.com>
Date: Wed, 18 Oct 2017 16:44:45 +0100
Subject: Update git submodules

* Update docs/submodules/yardstick from branch 'stable/euphrates'
  - BugFix: Negative dropped packets in Prox tests

    Removed the abs function which can potentially mask
    negative dropped packets.

    Dropped packets in Prox workload VNF = max((tx_packets - rx_packets), 0)

    Change-Id: I510a351e899cdf9a1f366d632b9f0528b1d9dcce
    Signed-off-by: Abhijit Sinha <abhijit.sinha@intel.com>
    (cherry picked from commit a27278dacaa54ae60cd3bdfa6e6145643f76fa02)
---
 docs/submodules/yardstick | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick
index b3ebb0526..c0b3d5a7a 160000
--- a/docs/submodules/yardstick
+++ b/docs/submodules/yardstick
@@ -1 +1 @@
-Subproject commit b3ebb0526501cba14055e00ee16606f85f6212eb
+Subproject commit c0b3d5a7abc6acd0282c063844471ed6aa02d36b
-- 
cgit