Advertisement
Guest User

Untitled

a guest
Nov 7th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 KB | None | 0 0
  1. ======================================================================
  2. ERROR: Tests ha enable/disable feature at cluster and zone level
  3. ----------------------------------------------------------------------
  4. Traceback (most recent call last):
  5. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 356, in test_ha_configure_enabledisable_across_clusterzones
  6. self.configureAndEnableHostHa()
  7. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 136, in configureAndEnableHostHa
  8. self.configureSimulatorHAProviderState(True, True, True, False)
  9. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 157, in configureSimulatorHAProviderState
  10. cmd = configureSimulatorHAProviderState.configureSimulatorHAProviderStateCmd()
  11. NameError: global name 'configureSimulatorHAProviderState' is not defined
  12. -------------------- >> begin captured stdout << ---------------------
  13. === TestName: test_ha_configure_enabledisable_across_clusterzones | Status : EXCEPTION ===
  14.  
  15.  
  16. --------------------- >> end captured stdout << ----------------------
  17.  
  18. ======================================================================
  19. ERROR: Tests ha resource ownership expiry across multi-mgmt server
  20. ----------------------------------------------------------------------
  21. Traceback (most recent call last):
  22. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 411, in test_ha_multiple_mgmt_server_ownership
  23. self.configureSimulatorHAProviderState(True, True, True, False)
  24. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 157, in configureSimulatorHAProviderState
  25. cmd = configureSimulatorHAProviderState.configureSimulatorHAProviderStateCmd()
  26. NameError: global name 'configureSimulatorHAProviderState' is not defined
  27. -------------------- >> begin captured stdout << ---------------------
  28. === TestName: test_ha_multiple_mgmt_server_ownership | Status : EXCEPTION ===
  29.  
  30.  
  31. --------------------- >> end captured stdout << ----------------------
  32.  
  33. ======================================================================
  34. ERROR: Tests ha FSM transitions for valid healthy host
  35. ----------------------------------------------------------------------
  36. Traceback (most recent call last):
  37. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 531, in test_ha_verify_fsm_available
  38. self.configureSimulatorHAProviderState(True, True, True, False)
  39. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 157, in configureSimulatorHAProviderState
  40. cmd = configureSimulatorHAProviderState.configureSimulatorHAProviderStateCmd()
  41. NameError: global name 'configureSimulatorHAProviderState' is not defined
  42. -------------------- >> begin captured stdout << ---------------------
  43. === TestName: test_ha_verify_fsm_available | Status : EXCEPTION ===
  44.  
  45.  
  46. --------------------- >> end captured stdout << ----------------------
  47.  
  48. ======================================================================
  49. ERROR: Tests ha FSM transitions leading to degraded state
  50. ----------------------------------------------------------------------
  51. Traceback (most recent call last):
  52. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 551, in test_ha_verify_fsm_degraded
  53. self.configureSimulatorHAProviderState(False, True, True, False)
  54. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 157, in configureSimulatorHAProviderState
  55. cmd = configureSimulatorHAProviderState.configureSimulatorHAProviderStateCmd()
  56. NameError: global name 'configureSimulatorHAProviderState' is not defined
  57. -------------------- >> begin captured stdout << ---------------------
  58. === TestName: test_ha_verify_fsm_degraded | Status : EXCEPTION ===
  59.  
  60.  
  61. --------------------- >> end captured stdout << ----------------------
  62.  
  63. ======================================================================
  64. ERROR: Tests ha FSM transitions for failures leading to fenced state
  65. ----------------------------------------------------------------------
  66. Traceback (most recent call last):
  67. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 617, in test_ha_verify_fsm_fenced
  68. self.configureSimulatorHAProviderState(False, False, False, True)
  69. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 157, in configureSimulatorHAProviderState
  70. cmd = configureSimulatorHAProviderState.configureSimulatorHAProviderStateCmd()
  71. NameError: global name 'configureSimulatorHAProviderState' is not defined
  72. -------------------- >> begin captured stdout << ---------------------
  73. === TestName: test_ha_verify_fsm_fenced | Status : EXCEPTION ===
  74.  
  75.  
  76. --------------------- >> end captured stdout << ----------------------
  77.  
  78. ======================================================================
  79. ERROR: Tests ha FSM transitions leading to recovering
  80. ----------------------------------------------------------------------
  81. Traceback (most recent call last):
  82. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 581, in test_ha_verify_fsm_recovering
  83. self.configureSimulatorHAProviderState(False, False, True, False)
  84. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_hostha_simulator.py", line 157, in configureSimulatorHAProviderState
  85. cmd = configureSimulatorHAProviderState.configureSimulatorHAProviderStateCmd()
  86. NameError: global name 'configureSimulatorHAProviderState' is not defined
  87. -------------------- >> begin captured stdout << ---------------------
  88. === TestName: test_ha_verify_fsm_recovering | Status : EXCEPTION ===
  89.  
  90.  
  91. --------------------- >> end captured stdout << ----------------------
  92.  
  93. ======================================================================
  94. FAIL: Tests out-of-band management ownership expiry across multi-mgmt server
  95. ----------------------------------------------------------------------
  96. Traceback (most recent call last):
  97. File "/home/ivan/IdeaProjects/cloudstack/test/integration/smoke/test_outofbandmanagement.py", line 540, in test_oobm_multiple_mgmt_server_ownership
  98. self.fail("Management server failed to turn down or remove fake mgmt server")
  99. AssertionError: Management server failed to turn down or remove fake mgmt server
  100. -------------------- >> begin captured stdout << ---------------------
  101. === TestName: test_oobm_multiple_mgmt_server_ownership | Status : FAILED ===
  102.  
  103.  
  104. --------------------- >> end captured stdout << ----------------------
  105.  
  106. ----------------------------------------------------------------------
  107. Ran 209 tests in 1838.198s
  108.  
  109. FAILED (SKIP=13, errors=6, failures=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement