Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEST]: Improvement: Minor fix: Collecting default rules(s42:isl) #5760

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

yuliiamir
Copy link
Collaborator

No description provided.

@yuliiamir yuliiamir force-pushed the test/minor-fix-s42-isl-default-rules branch from bd01049 to 53a0412 Compare December 20, 2024 16:58
Comment on lines 269 to 270
if ((toggles.server42IslRtt && doesSwSupportS42(swProps) && (swProps.server42IslRtt == "ENABLED" ||
swProps.server42IslRtt == "AUTO" && !sw.features.contains(SwitchFeature.NOVIFLOW_COPY_FIELD)))) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if ((toggles.server42IslRtt && doesSwSupportS42(swProps) && (swProps.server42IslRtt == "ENABLED" ||
swProps.server42IslRtt == "AUTO" && !sw.features.contains(SwitchFeature.NOVIFLOW_COPY_FIELD)))) {
if (toggles.server42IslRtt && doesSwSupportS42(swProps) && (swProps.server42IslRtt == "ENABLED" ||
swProps.server42IslRtt == "AUTO" && !sw.features.contains(SwitchFeature.NOVIFLOW_COPY_FIELD))) {

@IvanChupin IvanChupin merged commit 39ffae8 into develop Dec 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants