Jayant Jain
|
cd6572e425
|
Migrate CA off python2 to python3
|
2022-03-14 12:52:32 +00:00 |
cclauss
|
00059ea5ef
|
xrange() was removed in Python 3 in favor of range()
|
2019-07-16 11:01:11 +02:00 |
cclauss
|
4036fa6a9a
|
Use print() function in both Python 2 and Python 3
Legacy __print__ statements are syntax errors in Python 3 but __print()__ function works as expected in both Python 2 and Python 3.
|
2019-06-30 22:21:40 +02:00 |
ruicao
|
15b17e10ec
|
Typo fix: doens't -> doesn't
|
2018-06-13 18:41:23 +08:00 |
Maciej Pytel
|
0bbf447610
|
Update script for testing broken nodes in CA
Added option for only breaking a few nodes not all of them.
|
2017-09-27 14:24:29 +02:00 |
Maciej Pytel
|
1d3cd69f28
|
Utility script for testing CA cloudprovider failure handling
|
2017-08-02 14:38:25 +02:00 |