Adds artifact test.
This commit is contained in:
@@ -13,10 +13,9 @@ pip install -r requirements.txt
|
||||
|
||||
```bash
|
||||
python run_test.py \
|
||||
--pcb-version "v1.0" \
|
||||
--pcb-revision "A" \
|
||||
--serial-number "SN001234" \
|
||||
--software-version "initial" \
|
||||
--notes "First test run"
|
||||
--comment "First test run"
|
||||
```
|
||||
|
||||
**What happens:**
|
||||
@@ -44,11 +43,11 @@ python view_results.py example_test_result.yaml
|
||||
Run multiple tests with different metadata:
|
||||
|
||||
```bash
|
||||
# Test PCB v1.0
|
||||
python run_test.py --pcb-version "v1.0" --pcb-revision "A" --software-version "abc123"
|
||||
# Test unit SN001234
|
||||
python run_test.py --serial-number "SN001234" --software-version "abc123"
|
||||
|
||||
# Test PCB v2.0
|
||||
python run_test.py --pcb-version "v2.0" --pcb-revision "A" --software-version "abc123"
|
||||
# Test unit SN001235
|
||||
python run_test.py --serial-number "SN001235" --software-version "abc123"
|
||||
|
||||
# Compare by viewing both YAML files
|
||||
python view_results.py test_results/20260226_120000_results.yaml
|
||||
|
||||
Reference in New Issue
Block a user