You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Set `build` and `mtl_path` to your actual MTL installation directory
247
243
- Set `media_path` to where your test media files are located
248
244
- Ensure the paths exist and are accessible
@@ -267,13 +263,11 @@ sudo ./script/nicctl.sh create_vf "0000:18:00.1" # Replace with your secondary
267
263
268
264
## Running Tests
269
265
270
-
> **⚠️ CRITICAL**: Tests must be run as **root user**, not regular user. MTL validation framework requires root privileges for network operations.
271
-
272
-
### Basic Test Execution
266
+
> **⚠️ CRITICAL**: Tests must be run as **root user**, not regular user. MTL validation framework requires root privileges for network operations.### Basic Test Execution
273
267
274
268
**⚠️ CRITICAL**: All tests must be run as **root user**. Regular users will fail.
275
269
276
-
#### Run specific test with parameters:
270
+
### Run specific test with parameters
277
271
278
272
**Examples of running tests with specific parameters**:
279
273
```bash
@@ -411,7 +405,7 @@ To add new functionality to the framework:
411
405
412
406
#### Virtual Environment Issues
413
407
**Problem**: Package installation conflicts or wrong Python interpreter
Copy file name to clipboardExpand all lines: tests/validation/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
The Media Transport Library (MTL) Validation Framework provides comprehensive testing capabilities for various aspects of the MTL, including protocol compliance, performance, and integration testing.
4
4
5
5
> **📖 For detailed documentation, please refer to [the main validation framework documentation](../../doc/validation_framework.md)**
6
-
>
6
+
>
7
7
> **🚀 Quick Start**: See [Validation Quick Start Guide](../../doc/validation_quickstart.md)
0 commit comments