updated readme

This commit is contained in:
Oscar Krause 2025-03-25 20:43:23 +01:00
parent 00d192cfaa
commit afbbe71f31

View File

@ -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