Radosław Kamiński a2c33d6404
test: Disperse large volume data [TC8.3] (#9)
* test large volume

* refactor prepare_cluster_config

* refactor test case

* add more cases

* update cases

* update cases

* use faker to generate text

* handle none response and remove assertion
2025-03-13 10:18:02 +00:00
2025-02-13 22:10:01 +08:00
2024-12-12 22:46:59 +08:00
2024-12-13 11:19:57 +08:00
2024-12-13 11:26:41 +08:00
2024-12-13 11:26:41 +08:00

nomos-e2e-tests

Nomos e2e framework used to test various implementations of the Nomos node.

Setup and contribute

git clone git@github.com:logos-co/nomos-e2e-tests.git
cd nomos-e2e-tests
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdir -p kzgrs
wget https://raw.githubusercontent.com/logos-co/nomos-node/master/tests/kzgrs/kzgrs_test_params -O kzgrs/kzgrs_test_params
pre-commit install
(optional) Overwrite default vars from src/env_vars.py via env vars or by adding a .env file
pytest

Set optional environment variable to search logs for errors after each tests:

export CHECK_LOG_ERRORS=True

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.

Description
Nomos end to end test suite
Readme MIT
Languages
Python 98.2%
Shell 1.8%