Skip to content

Commit

Permalink
Switch to pcap library since it doesn't mangle vlan header (#485)
Browse files Browse the repository at this point in the history
* Switch to pcap library since it's doesn't mangle vlan header

* fix

* fix
  • Loading branch information
DanG100 authored Oct 21, 2024
1 parent e558846 commit 30bd507
Show file tree
Hide file tree
Showing 7 changed files with 647 additions and 12 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ load-debug:
kind load docker-image us-west1-docker.pkg.dev/openconfig-lemming/release/lemming:ga --name kne

## Run integration tests
## TODO: Reenable BGP triggered GUE tests once it works.
.PHONY: itest
itest:
bazel test --flaky_test_attempts=3 --test_output=errors --cache_test_results=no $(shell bazel query 'tests("//...") except (attr(size, small, tests("//...")) + attr(size, medium, tests("//..."))) ')
bazel test --flaky_test_attempts=3 --test_output=errors --cache_test_results=no $(shell bazel query 'tests("//...") except (//integration_tests/twodut_oneotg_tests/bgp_triggered_gue:bgp_triggered_gue_test + attr(size, small, tests("//...")) + attr(size, medium, tests("//..."))) ')

.PHONY: test
test:
Expand Down
Loading

0 comments on commit 30bd507

Please sign in to comment.