From 70b555eb50d699323e468bf11a3ebffe8bd16612 Mon Sep 17 00:00:00 2001 From: Miikka Koistinen Date: Fri, 15 Jun 2018 11:54:14 +0300 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Fix remote command execution in common.utils yardstick.common.utils get_port_mac and get_port_ip both raise a RuntimeError on positive remote command exit status. This commit fixes them to use the error raising mechanism in yardstick.ssh.SSH. Additionally, the class AutoConnectSSH class needed an additional argument to allow the raising mechanism to work correctly. JIRA: YARDSTICK-1240 Change-Id: Idad125ebbd668cef10a6149eb3e601a437a8d40d Signed-off-by: Miikka Koistinen - Cleanup pktgen_dpdk unit tests * Improve test execution * Use common functionality in setUp() * Disable logging * Remove tests that test common/utils code. These tests are moved to common/utils's unit tests in a follow-up patch. JIRA: YARDSTICK-1239 Change-Id: I88d047fe25c4c13bea446c9fc9bda92306420296 Signed-off-by: Miikka Koistinen --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 8a52d1144..0b7647a5a 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 8a52d114404a03b4adbb49ff7f221819502bf672 +Subproject commit 0b7647a5a6c85a8a1762ec4482004107989c8550 -- cgit 1.2.3-korg