Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
a6e34b42
Commit
a6e34b42
authored
Aug 16, 2019
by
Andrey Vertiprahov
Browse files
Fix Huawei.VRP matchers for S5628F model.
parent
1d8bbed9
Pipeline
#15285
passed with stages
in 15 minutes and 56 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
sa/profiles/Huawei/VRP/profile.py
View file @
a6e34b42
...
...
@@ -74,7 +74,7 @@ class Profile(BaseProfile):
"is_kernel_3"
:
{
"version"
:
{
"$gte"
:
"3.0"
,
"$lt"
:
"5.0"
}},
"is_kernelgte_5"
:
{
"version"
:
{
"$gte"
:
"5.0"
}},
"is_bad_platform"
:
{
"version"
:
{
"$
in
"
:
[
"5.20"
]
},
"version"
:
{
"$
regex
"
:
r
"5.20
.+
"
},
"platform"
:
{
"$in"
:
[
"S5628F"
,
"S5628F-HI"
]},
},
"is_ne_platform"
:
{
"platform"
:
{
"$regex"
:
"^NE"
}},
...
...
Andrey Vertiprahov
@aversant
mentioned in commit
aa93879c
·
Aug 16, 2019
mentioned in commit
aa93879c
mentioned in commit aa93879c1e400eed03a8e0726db4be8127d164dc
Toggle commit list
Andrey Vertiprahov
@aversant
mentioned in merge request
!2488 (merged)
·
Aug 16, 2019
mentioned in merge request
!2488 (merged)
mentioned in merge request !2488
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment