-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from openconfig/fix-type-update
Do not report type updates as invalid when incompatibilities are allowed
- Loading branch information
Showing
3 changed files
with
16 additions
and
35 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
leaf deleted: /openconfig-platform/components/component/linecard/state/slot-id ("openconfig-platform-linecard": openconfig-version 1.1.0 -> 1.2.0) | ||
leaf updated: /openconfig-platform/components/component/chassis/utilization/resources/resource/state/used: type changed from uint64 to uint32 ("openconfig-platform": openconfig-version 0.23.0 -> 0.24.0) | ||
leaf updated: /openconfig-platform/components/component/integrated-circuit/utilization/resources/resource/state/used: type changed from uint64 to uint32 ("openconfig-platform": openconfig-version 0.23.0 -> 0.24.0) | ||
leaf updated: /openconfig-platform/components/component/linecard/state/colour: type changed from string to binary ("openconfig-platform-linecard": openconfig-version 1.1.0 -> 1.2.0) | ||
leaf updated: /openconfig-platform/components/component/linecard/utilization/resources/resource/state/used: type changed from uint64 to uint32 ("openconfig-platform": openconfig-version 0.23.0 -> 0.24.0) | ||
leaf updated: /openconfig-platform/components/component/port/breakout-mode/groups/group/config/num-physical-channels: type changed from uint8 to uint16 ("openconfig-platform-port": openconfig-version 1.0.1 -> 2.0.0) | ||
leaf updated: /openconfig-platform/components/component/port/breakout-mode/groups/group/state/num-physical-channels: type changed from uint8 to uint16 ("openconfig-platform-port": openconfig-version 1.0.1 -> 2.0.0) |
20 changes: 0 additions & 20 deletions
20
openconfig-ci/ocdiff/testdata/github-comment-disallowed-incompats.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,7 @@ | ||
leaf deleted: `/openconfig-platform/components/component/linecard/state/slot-id` | ||
* ("openconfig-platform-linecard": openconfig-version 1.1.0 -> 1.2.0) | ||
|
||
leaf updated: `/openconfig-platform/components/component/chassis/utilization/resources/resource/state/used` | ||
* type changed from uint64 to uint32 | ||
* ("openconfig-platform": openconfig-version 0.23.0 -> 0.24.0) | ||
|
||
leaf updated: `/openconfig-platform/components/component/integrated-circuit/utilization/resources/resource/state/used` | ||
* type changed from uint64 to uint32 | ||
* ("openconfig-platform": openconfig-version 0.23.0 -> 0.24.0) | ||
|
||
leaf updated: `/openconfig-platform/components/component/linecard/state/colour` | ||
* type changed from string to binary | ||
* ("openconfig-platform-linecard": openconfig-version 1.1.0 -> 1.2.0) | ||
|
||
leaf updated: `/openconfig-platform/components/component/linecard/utilization/resources/resource/state/used` | ||
* type changed from uint64 to uint32 | ||
* ("openconfig-platform": openconfig-version 0.23.0 -> 0.24.0) | ||
|
||
leaf updated: `/openconfig-platform/components/component/port/breakout-mode/groups/group/config/num-physical-channels` | ||
* type changed from uint8 to uint16 | ||
* ("openconfig-platform-port": openconfig-version 1.0.1 -> 2.0.0) | ||
|
||
leaf updated: `/openconfig-platform/components/component/port/breakout-mode/groups/group/state/num-physical-channels` | ||
* type changed from uint8 to uint16 | ||
* ("openconfig-platform-port": openconfig-version 1.0.1 -> 2.0.0) | ||
|