-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This is causing a build failure for all builds. The PR build was incorrectly marked as passing due to a different build issue. libyang[0]: Regular expression "(/[a-zA-Z0-9_-.]+)*/([a-zA-Z0-9_-.]+)./[a-z]{3}" is not valid (".]+)*/([a-zA-Z0-9_-.]+)./[a-z]{3})$": range out of order in character class). libyang[0]: Module "sonic-restapi" parsing failed. ERROR:YANG-TEST: Exception >Module "sonic-restapi" parsing failed.< in /sonic/src/sonic-yang-models/tests/yang_model_tests/test_yang_model.py:114 ERROR:YANG-TEST: Exception >Module "sonic-restapi" parsing failed.< in /sonic/src/sonic-yang-models/tests/yang_model_test This reverts commit e176512.
- Loading branch information
1 parent
34f9a64
commit 7087763
Showing
7 changed files
with
1 addition
and
121 deletions.
There are no files selected for viewing
Submodule sonic-restapi
updated
17 files
+11 −5 | Dockerfile | |
+10 −5 | Dockerfile.build | |
+0 −1 | Dockerfile.common.prod | |
+11 −5 | Dockerfile.test | |
+1 −1 | azurepipeline.yml | |
+1 −2 | build.sh | |
+0 −32 | copy.py | |
+0 −1 | copy.sh | |
+0 −18 | dependencies.conf | |
+38 −212 | go-server-server/go/default.go | |
+3 −50 | go-server-server/go/models.go | |
+16 −25 | go-server-server/go/persistent.go | |
+0 −14 | go-server-server/go/routers.go | |
+0 −57 | go-server-server/go/util.go | |
+1 −78 | sonic_api.yaml | |
+0 −7 | test/restapi_client.py | |
+5 −607 | test/test_restapi.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
src/sonic-yang-models/tests/yang_model_tests/tests/restapi.json
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
src/sonic-yang-models/tests/yang_model_tests/tests_config/restapi.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.