-
- Downloads
etcd interface passing all tests, supports audit.
The etcd interface now passes all tests and also supports a very crude audit logging. At the moment, only 100 audit messages are supported. Due to a change of behaviour in dateutil, we had to change a little our exception handling in the schema in order to pass tests in python 2.7.5. The etcd driver has still not been road-tested
Showing
- configdb/db/db_api.py 4 additions, 4 deletionsconfigdb/db/db_api.py
- configdb/db/interface/etcd_interface.py 151 additions, 23 deletionsconfigdb/db/interface/etcd_interface.py
- configdb/tests/db_api_test_base.py 12 additions, 3 deletionsconfigdb/tests/db_api_test_base.py
- configdb/tests/db_interface_test_base.py 1 addition, 2 deletionsconfigdb/tests/db_interface_test_base.py
- configdb/tests/test_db_api_etcd.py 21 additions, 0 deletionsconfigdb/tests/test_db_api_etcd.py
- configdb/tests/test_etcd_interface.py 21 additions, 0 deletionsconfigdb/tests/test_etcd_interface.py
- configdb/tests/test_schema.py 1 addition, 2 deletionsconfigdb/tests/test_schema.py
configdb/tests/test_db_api_etcd.py
0 → 100644
configdb/tests/test_etcd_interface.py
0 → 100644
Please register or sign in to comment