Update step to run tests

This commit is contained in:
Prathamesh Musale 2025-08-18 16:35:02 +05:30
parent f46d5181da
commit 18633bf00f
2 changed files with 8 additions and 18 deletions

View File

@ -75,10 +75,10 @@ The lockdrop simulation validates the Zenith Network's token distribution mechan
- Make sure that `ensurepip` is available for creating virtual environments:
```bash
python3 -m ensurepip --version
# Ubuntu/Debian
sudo apt install python3-venv python3-dev build-essential
python3 -m ensurepip --version
```
- Repository Access: SSH access to <https://git.vdb.to/LaconicNetwork/zenith-stack>
@ -352,7 +352,7 @@ After starting the node, verify it's running correctly:
```bash
# Check validator logs
laconic-so deployment --dir $DATA_DIRECTORY/mainnet-zenithd-deployment logs zenithd -f
laconic-so deployment --dir $DATA_DIRECTORY/mainnet-zenithd-deployment logs zenithd
```
Now we have a zenithd node running with the simulated participants data.
@ -423,15 +423,10 @@ Now we can run the comprehensive test suite to validate that the zenithd node's
2. **Run All Tests**
Navigate to the lockdrop-simulation repo directory (if not already there):
```bash
cd $LOCKDROP_SIMULATION_DIR
```
Activate `venv`:
```bash
# Navigate to the lockdrop-simulation repo directory
source venv/bin/activate
```

View File

@ -42,10 +42,10 @@ To reproduce the results from any one of the test runs, follow these steps to ru
- Make sure that `ensurepip` is available for creating virtual environments:
```bash
python3 -m ensurepip --version
# Ubuntu/Debian
sudo apt install python3-venv python3-dev build-essential
python3 -m ensurepip --version
```
- Repository Access: SSH access to <https://git.vdb.to/LaconicNetwork/zenith-stack>
@ -320,7 +320,7 @@ After starting the node, verify it's running correctly:
```bash
# Check validator logs
laconic-so deployment --dir $DATA_DIRECTORY/mainnet-zenithd-deployment logs zenithd -f
laconic-so deployment --dir $DATA_DIRECTORY/mainnet-zenithd-deployment logs zenithd
```
Now we have a zenithd node running with the simulated participants data.
@ -391,15 +391,10 @@ Now we can run the comprehensive test suite to validate that the zenithd node's
2. **Run All Tests**
Navigate to the lockdrop-simulation repo directory:
```bash
cd $LOCKDROP_SIMULATION_DIR
```
Activate `venv`:
```bash
# Navigate to the lockdrop-simulation repo directory
source venv/bin/activate
```