Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/srv6/test_srv6_static_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_uN_config(duthosts, enum_frontend_dut_hostname, enum_rand_one_asic_inde
vtysh_shell = "vtysh" + cli_options

# add a locator configuration entry
duthost.command(sonic_db_cli + " CONFIG_DB HSET SRV6_MY_LOCATORS\\|loc1 prefix fcbb:bbbb:1::")
duthost.command(sonic_db_cli + " CONFIG_DB HSET SRV6_MY_LOCATORS\\|loc1 prefix fcbb:bbbb:1:: func_len 0")
time.sleep(WAIT_TIME)
# add a uN sid configuration entry
duthost.command(sonic_db_cli +
Expand Down
Loading