Age | Commit message (Expand) | Author | Files | Lines |
2018-01-26 | Merge "Replace assertEqual(x, True|False) with assert[True|False](x)" |  Ross Brattain | 2 | -4/+4 |
2018-01-25 | Replace assertEqual(x, True|False) with assert[True|False](x) |  Emma Foley | 2 | -4/+4 |
2018-01-25 | Replace assertEquals with assertEqual |  Emma Foley | 1 | -2/+2 |
2018-01-25 | Make files pep8 compliant before using assertTrue|False |  Emma Foley | 3 | -33/+33 |
2018-01-12 | Use assertIn(x, y) instead of other variations |  Emma Foley | 1 | -15/+21 |
2017-10-04 | Add intermediate variables for attacker,monitor,result_checker |  qiujuan | 1 | -2/+2 |
2017-09-01 | Bugfix: ha test case criteria pass when sla not pass |  rexlee8776 | 1 | -8/+37 |
2017-08-26 | Raise Exception if HA test case failed |  JingLu5 | 1 | -0/+1 |
2017-07-25 | Add intermediate variable for HA test |  qiujuan | 1 | -0/+19 |
2017-07-17 | Merge "test_attacker_baremetal: don't run local commands" |  Ross Brattain | 1 | -14/+12 |
2017-07-13 | test_attacker_baremetal: don't run local commands |  Ross Brattain | 1 | -14/+12 |
2017-07-13 | test_monitor_command: mock LOG so we don't output error |  Ross Brattain | 1 | -2/+6 |
2017-07-13 | test_monitor_multi: speedup unittests, sleep less |  Ross Brattain | 1 | -1/+1 |
2017-06-22 | HA testcase improvement |  JingLu5 | 1 | -0/+2 |
2017-05-27 | Imporve monitor_process pass criteria |  JingLu5 | 6 | -17/+17 |
2017-05-16 | fix multi-monitor unitest hang |  Ross Brattain | 1 | -8/+8 |
2017-05-16 | Merge "Add a new monitor type: MultiMonitor that can run any number of other ... |  Ross Brattain | 1 | -0/+61 |
2017-05-04 | Merge "Bugfix: Local Openstack Operation in HA test frameworks" |  Jing Lu | 1 | -0/+32 |
2017-05-04 | Bugfix: Local Openstack Operation in HA test frameworks |  tjuyinkanglin | 1 | -0/+32 |
2017-05-03 | fix ha issue when run tc050~tc054 in ci |  rexlee8776 | 1 | -3/+3 |
2017-04-12 | Add a new monitor type: MultiMonitor that can run any number of other monitor... |  LiHuan | 1 | -0/+61 |
2017-04-11 | standardize ssh auth |  Ross Brattain | 8 | -24/+24 |
2017-01-12 | Add support for Python 3 |  Ross Brattain | 14 | -109/+173 |
2016-07-25 | Code Clean for HA Testing Framework |  tjuyinkanglin | 4 | -0/+6 |
2016-07-18 | code clean up |  tjuyinkanglin | 6 | -20/+20 |
2016-07-08 | Creating Director and related codes. |  lihuan | 2 | -0/+168 |
2016-07-06 | Creating result checker classes |  lihuan | 2 | -0/+201 |
2016-07-05 | Creating a generic opertion |  lihuan | 2 | -0/+149 |
2016-06-30 | Creating a generic monitor |  lihuan | 2 | -0/+79 |
2016-06-25 | Creating a generic attacker |  qiujuan | 1 | -0/+55 |
2016-01-10 | The secondi HA test case-shutdown controller |  wym_libra | 3 | -14/+106 |
2016-01-10 | Rewrite the HA test case (2) |  wym_libra | 5 | -90/+208 |
2015-12-18 | Rewrite the HA test case (1) |  wym_libra | 2 | -116/+90 |
2015-11-13 | A initial HA test case |  wym_libra | 3 | -0/+236 |