Execution Time0.38s

Test: test_region_type_parser (Failed)
Build: CIP-Linux-3.10.0-123.el7.x86_64-x86_64-incr-SL-ON (ip-172-31-44-204.ec2.internal) on 2016-07-28 00:02:27
Repository revision: 9237d6eba4457609be473e70e0117dedf4a04321

Exit Value1

Show Command Line
Display graphs:

Test output
.F.F.F
======================================================================
FAIL: test_region_type_parser.test_get_mask
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/utils/tests/test_region_type_parser.py", line 40, in test_get_mask
    "Mask is not as expected"
AssertionError: Mask is not as expected

======================================================================
FAIL: test_region_type_parser.test_get_all_chest_regions
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/utils/tests/test_region_type_parser.py", line 70, in test_get_all_chest_regions
    "Retrieved chest regions not as expected"
AssertionError: Retrieved chest regions not as expected

======================================================================
FAIL: test_region_type_parser.test_get_all_pairs
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/utils/tests/test_region_type_parser.py", line 83, in test_get_all_pairs
    "Retrieved pairs are not as expected"
AssertionError: Retrieved pairs are not as expected

----------------------------------------------------------------------
Ran 6 tests in 0.003s

FAILED (failures=3)