We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8521cc commit 6afefe1Copy full SHA for 6afefe1
tests/test_virtual_chassis.py
@@ -39,7 +39,7 @@ def config_inbandif_port(self, vct, ibport):
39
40
# Configure only for line cards
41
if cfg_switch_type == "voq":
42
- dvs.runcmd(f"config interface startup {ibport}")
+ dvs.port_admin_set(f"{ibport}", "up")
43
config_db.create_entry("VOQ_INBAND_INTERFACE", f"{ibport}", {"inband_type": "port"})
44
45
def del_inbandif_port(self, vct, ibport):
0 commit comments