From abcd352cb12275d6f43de32704cc82764f812502 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Tue, 23 Jan 2018 21:16:12 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "Use assertIn(x, y) instead of other variations" - Use assertIn(x, y) instead of other variations unittest.assertIn(x,y) should be used instead of: * unittest.assertTrue(x in y) * unittest.assertEqual(x in y, True) Also fixes pep8 violations existing in the file. Change-Id: I705c1bd4af74757b5c928995894aede436d66817 JIRA: YARDSTICK-901 Signed-off-by: Emma Foley --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 7f8f31cf6..7602ac578 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 7f8f31cf68dbecaf521348fccf540cbe0e7c72bd +Subproject commit 7602ac57877300e2a7fbfc86f5688faa0e2fe4f5 -- cgit 1.2.3-korg