# ovs-tests **Repository Path**: mellanox/ovs-tests ## Basic Information - **Project Name**: ovs-tests - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-11 - **Last Updated**: 2022-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OVS Tests A collection of tests for the openvswitch TC offload project. Each test has a prefix of "test-". second word is for grouping related tests. test-all.py is a wrapper to easily run all tests. Before running tests need to create a config file. see examples that already exists. then export it to var CONFIG. The config file needs to exists in current directory or with the tests. Example to run a test: ``` export CONFIG=config_dev139.sh ~/ovs-tests/test-tc-insert-rules.sh ```