-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add CLI command to display formatted content of build_metadata #8
base: dev_202205
Are you sure you want to change the base?
Conversation
|
Signed-off-by: Maksym Hedeon <[email protected]>
b491ddd
to
8cec076
Compare
Could you please add an example of |
|
show/main.py
Outdated
@@ -219,6 +218,7 @@ def cli(ctx): | |||
|
|||
if 'INCLUDE_NAT: n' not in exclude_cli_list: | |||
#add nat commands | |||
from . import nat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please move changes related to NAT to a separate commit?
Also, disable nat-related unit tests, when the feature disabled
.
Example for SNMP: https://github.com/githedgehog/sonic-buildimage/blob/fad529cc27eca5a1cbc769e3285dce38f74c34f1/rules/functions#L226
Signed-off-by: Maksym Hedeon <[email protected]>
Hold because the metadata format changes |
Signed-off-by: Maksym Hedeon <[email protected]>
This reverts commit aafbc32.
https://d.githedgehog.com/sonic/43cfae78-2037-4a4b-b7cf-e3e3c986cc12/metadata.yaml |
No description provided.