diff --git a/README.md b/README.md index fcc931c..5db0996 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ Docs and current knowledge can be found in [doc's directory](doc/README.md). # Code -There is test code available in [src/test](src/test) to test behaviour of `config-token`. +There is test code available in [src/test](src/test). -The test `test_our_config_token` currently fails, because we do not yet have a correct private-key. +These tests should rebuild the DLS behaviour and try to rebuild the expected output based on [docs](doc/README.md). + +- The test [`test_our_config_token`](src/test/test_config_token.py) currently fails, because we do not yet have a + correct private-key +- The test [`test_decrypt`](src/test/test_decrypt.py) currently fails, because we do not know the right de/encryption + algorithms +- The test [`test_instance_token`](src/test/test_instance_token.py) currently fails, because we do not know how this is + build