-
Notifications
You must be signed in to change notification settings - Fork 684
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
Added cisco config platform commands #2242
Added cisco config platform commands #2242
Conversation
Signed-off-by: Yucai Gu <yucgu@cisco.com>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Yucai Gu <yucgu@cisco.com>
|
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
This pull request introduces 1 alert when merging 9a8d9e3 into 14c483f - view on LGTM.com new alerts:
|
Signed-off-by: Yucai Gu <yucgu@cisco.com>
…/yucgu/sonic-utilities into master-cisco-8000-config_command
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
Signed-off-by: Yucai Gu <yucgu@cisco.com>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@yucgu can you add a unit test to cover this simple change? |
|
What I did Add cisco sub-command option under 'config platform' command How I did it In config/main.py, check the platform type and import the cisco.py file under cisco platform code when it's cisco-8000. How to verify it Run config platform -h to see all commands. We will be able to see config platform cisco. This is only available on cisco devices. Signed-off-by: Yucai Gu yucgu@cisco.com
What I did Add cisco sub-command option under 'config platform' command How I did it In config/main.py, check the platform type and import the cisco.py file under cisco platform code when it's cisco-8000. How to verify it Run config platform -h to see all commands. We will be able to see config platform cisco. This is only available on cisco devices. Signed-off-by: Yucai Gu yucgu@cisco.com Signed-off-by: Yucai Gu yucgu@cisco.com
What I did Add cisco sub-command option under 'config platform' command How I did it In config/main.py, check the platform type and import the cisco.py file under cisco platform code when it's cisco-8000. How to verify it Run config platform -h to see all commands. We will be able to see config platform cisco. This is only available on cisco devices. Signed-off-by: Yucai Gu yucgu@cisco.com
What I did Add cisco sub-command option under 'config platform' command How I did it In config/main.py, check the platform type and import the cisco.py file under cisco platform code when it's cisco-8000. How to verify it Run config platform -h to see all commands. We will be able to see config platform cisco. This is only available on cisco devices. Signed-off-by: Yucai Gu yucgu@cisco.com
What I did Add cisco sub-command option under 'config platform' command How I did it In config/main.py, check the platform type and import the cisco.py file under cisco platform code when it's cisco-8000. How to verify it Run config platform -h to see all commands. We will be able to see config platform cisco. This is only available on cisco devices. Signed-off-by: Yucai Gu yucgu@cisco.com
Signed-off-by: Yucai Gu yucgu@cisco.com
What I did
Add cisco sub-command option under 'config platform' command
How I did it
In config/main.py, check the platform type and import the cisco.py file under cisco platform code when it's cisco-8000.
How to verify it
Run config platform -h to see all commands. We will be able to see config platform cisco. This is only available on cisco devices.
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)