You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update switch property server42_port to new_server42_port
4.Check switch properties after updating (new server42_port)
Actual result:
SERVER_42_ISL_RTT_OUTPUT_COOKIE -> instructions.applyActions.output = server42_port
SERVER_42_ISL_RTT_INPUT -> match.in_port = server42_port
Expected result:
Cookies details have not been updated.
SERVER_42_ISL_RTT_OUTPUT_COOKIE -> instructions.applyActions.output = new_server42_port
SERVER_42_ISL_RTT_INPUT -> match.in_port = new_server42_port
The text was updated successfully, but these errors were encountered:
Server42-related cookies have not been automatically updated with a new_server42_port after updating switch configuration.
STR:
4.Check switch properties after updating (new server42_port)
Actual result:
SERVER_42_ISL_RTT_OUTPUT_COOKIE -> instructions.applyActions.output = server42_port
SERVER_42_ISL_RTT_INPUT -> match.in_port = server42_port
Expected result:
Cookies details have not been updated.
SERVER_42_ISL_RTT_OUTPUT_COOKIE -> instructions.applyActions.output = new_server42_port
SERVER_42_ISL_RTT_INPUT -> match.in_port = new_server42_port
The text was updated successfully, but these errors were encountered: