Skip to content
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

Initial commit for SONiC PDE #27

Closed
wants to merge 1 commit into from
Closed

Initial commit for SONiC PDE #27

wants to merge 1 commit into from

Conversation

wbschwar
Copy link
Contributor

Initial commit for SONiC PDE

@wbschwar
Copy link
Contributor Author

wbschwar commented Sep 5, 2019

  • What I did
    This change introduces the PDE (platform development environment which is described here,
    Pde doc SONiC#407

The goal of the PDE is to provide a lightweight development environment for ODMs to quickly develop and test their platform plugins and validate necessary platform configuration files for proper SAI operation. Futhermore the PDE provides a pytest based suite to provide quick automated validation of platform plugins using JSON test and configuration data to describe the platform which is being tested.

  • How I did it

PDE test code is located under src/sonic-platform-pdk-pde

Build infrastructure will be introduced in a pull request in sonic-buildimage

  • How to verify it
    The PDE environment must first be enabled in rules/config (ENABLE_PDE=y) must be un-commented.
    Second, build target command is "make target/sonic-$MACHINE-pde.bin

  • Description for the changelog
    Platform Development Environment (PDE): Lightweight platform development and test environment.

  • A picture of a cute animal (not mandatory but encouraged)

@wbschwar wbschwar closed this Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants