f9381c656e
some of tests use different method of assertTrue(isinstance(A, B)) or assertEqual(type(A), B). The correct way is to use assertIsInstance(A, B) provided by testtools Change-Id: I7072fef7fe5f76e526fc0ccca7a4894accaae80f Closes-Bug: #1268480