oxen-storage-server/network-tests
2022-05-26 23:53:43 -03:00
..
conftest.py Add network test for large retrieve requests 2022-05-26 23:53:43 -03:00
pytest.ini network-tests: Add readme; rename to network-tests 2021-06-21 18:37:56 -03:00
README.md Fix old pre-release pyoxenmq usage 2022-04-27 12:25:19 -03:00
ss.py Allow extending expiry (up to TTL from now) 2022-05-10 16:08:21 -03:00
test_batch.py Add batch/sequence requests 2022-05-05 18:21:28 -03:00
test_big_retrieve.py Add network test for large retrieve requests 2022-05-26 23:53:43 -03:00
test_deletes.py Network test authentication & misc improvements 2022-04-27 12:25:19 -03:00
test_expire.py Allow extending expiry (up to TTL from now) 2022-05-10 16:08:21 -03:00
test_ifelse.py Add ifelse branching metarequest 2022-05-10 16:08:21 -03:00
test_msg_ns.py Fix bug in namespace retrieval 2022-05-05 21:45:14 -03:00
test_session_auth.py Network test authentication & misc improvements 2022-04-27 12:25:19 -03:00
test_store_retrieve.py Network test authentication & misc improvements 2022-04-27 12:25:19 -03:00
test_subkey_auth.py Add draft subkey authentication for store/retrieve 2022-05-05 15:52:52 -03:00
util.py Fix old pre-release pyoxenmq usage 2022-04-27 12:25:19 -03:00

Storage server testnet test suite

This directory contains a Python/pytest-based test repository to perform tests against the live Oxen testnet.

Usage:

  • install the [https://ci.oxen.rocks/oxen-io/oxen-pyoxenmq](oxenmq Python module). You can build it from source, or alternatively grab the python3-oxenmq deb package from our deb repo (https://deb.oxen.io)u.

  • Run py.test-3 to run the test suite. (You likely need to install python3-pytest and python3-nacl, if not already installed).