Use assertIn(x, y) instead of other variations 15/49315/8
authorEmma Foley <emma.l.foley@intel.com>
Tue, 19 Dec 2017 15:44:11 +0000 (15:44 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Fri, 12 Jan 2018 14:45:53 +0000 (14:45 +0000)
commit2f2ee2293ffdf2969d36ad1ac73eb5cc90dd308a
treefaf606ce577301e84414112949a8f736982e695e
parentd579e62b431a31856a03098dc5323948ccfa4fdb
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>
tests/unit/benchmark/scenarios/availability/test_util.py
yardstick/tests/unit/apiserver/resources/test_env_action.py