Skip to content

Commit 74d787f

Browse files
timothytrippelpamaury
authored andcommitted
[tests] remove duplicate test behavior
The "enable-alerts" and "use-ext-clk" flags of the orchestrator.py script are already tested in a separate test. Signed-off-by: Tim Trippel <[email protected]> (cherry picked from commit eaf6c7e)
1 parent ca9d2d0 commit 74d787f

File tree

1 file changed

+1
-4
lines changed
  • sw/host/provisioning/orchestrator/tests

1 file changed

+1
-4
lines changed

sw/host/provisioning/orchestrator/tests/e2e.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@ ORCHESTRATOR_PATH=$TEST_TMPDIR/orchestrator.zip
2121
unset RUNFILES_DIR
2222

2323
# Run tool. The path to the --sku-config parameter is relative to the
24-
# runfiles-dir. Note: "use-ext-clk" flag on FPGA does nothing, but this tests
25-
# the flag can be piped through to the test harness.
24+
# runfiles-dir.
2625
$PYTHON ${ORCHESTRATOR_PATH} \
2726
--sku-config=${SKU_CONFIG_PATH} \
2827
--test-unlock-token="0x11111111_11111111_11111111_11111111" \
2928
--test-exit-token="0x22222222_22222222_22222222_22222222" \
3029
--fpga=${FPGA} \
31-
--enable-alerts \
32-
--use-ext-clk \
3330
--non-interactive \
3431
--db-path=$TEST_TMPDIR/registry.sqlite

0 commit comments

Comments
 (0)