Skip to content

Commit

Permalink
Fixes according to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Lisovskyi <yurii.lisovskyi@plvision.eu>
  • Loading branch information
yuriilisovskyi committed Aug 3, 2023
1 parent 145b6dc commit 82c6430
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/configs/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ ok
ONIE
onie
ONL
onlpdump
os
parameterizing
Passthrough
Expand Down Expand Up @@ -134,6 +135,7 @@ vm
vms
VMs
VRF
VRRP
VTYSH
xjf
YAML
Expand Down
9 changes: 3 additions & 6 deletions docs/How_to_start_and_run_testcases.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,18 +194,17 @@ Here are an example of how to run the VLAN test suite:
-k suite_functional_vlan
```
### Run VRRP tests/suites
Since VRRP tests require testbed with at least 3 devices, they are skipped if running functional test suite. To run it, there are a few steps required to run them:
1. Setup Testbed Server
2. Setup the DentOS SIT topology (only 1 DENT-Aggregator and 2 DENT-Infrastructure DUTs required)
3. Install DentOS on DUT or cleanup configuration if it was used by SIT before.
**VRRP tests require that the DUTs don't have any bridges/bonds/qdiscs or any IP addresses on switching interfaces.**
**VRRP tests require that the DUTs don't have any bridges/bonds/IP addresses on switching interfaces.**
To cleanup the DUTs see 'Cleanup DUT configuration'
5. Optionally, reboot the DUTs and run 'onlpdump' to bring up ports
6. Run the tests
4. Optionally, reboot the DUTs and run 'onlpdump' to bring up ports
5. Run the tests
```Shell
./run.sh dentos_testbed_runtests --stdout \
Expand All @@ -216,8 +215,6 @@ To cleanup the DUTs see 'Cleanup DUT configuration'
-k suite_functional_vrrp
```
7. Check Logs locally at ./DentOS_Framework/DentOsTestbed/logs
**NOTE:**
1. To avoid re-installing of the DentOS framework on each run command just enter the docker container and run multiple commands from inside.
Expand Down

0 comments on commit 82c6430

Please sign in to comment.