Skip to content

Commit

Permalink
router: fix formating and cmd line argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Nov 7, 2023
1 parent 37f1096 commit ab970ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gen_bazel_test_steps() {
name=${test#//}
cache=""
# Tell the test that it is being used for CI testing. That may trigger additional checks.
args="--test_arg=-ci"
args="--test_arg=--ci"

if [[ "$test" =~ "go" ]]; then
args="$args --test_arg=-test.v"
Expand Down
3 changes: 2 additions & 1 deletion acceptance/router_benchmark/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@
# Those values are valid expectations only when running in the CI environment.
EXPECTATIONS = {
'in': 29000,
'out':19000,
'out': 19000,
'in_transit': 40000,
'out_transit': 34000,
'br_transit': 50000,
}


class Test(base.TestTopogen):
"""
Tests that the performance of the router is within a satisfying (TBD) range.
Expand Down

0 comments on commit ab970ab

Please sign in to comment.