Update git submodules
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 23 Jan 2018 21:16:12 +0000 (21:16 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 23 Jan 2018 21:16:12 +0000 (21:16 +0000)
commitabcd352cb12275d6f43de32704cc82764f812502
treeca01ca4967297b47fb59aa74d05a7abc9a7a45c1
parent77a54ded03e05631d482b3753b333452d72b0d88
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 <emma.l.foley@intel.com>
docs/submodules/yardstick