Skip to content

Latest commit

 

History

History
94 lines (57 loc) · 2.98 KB

SONiC Test Plan Template.md

File metadata and controls

94 lines (57 loc) · 2.98 KB

#Test name

#SONiC Test Plan

Related documents

Document Name Link

##Overview

<< Place here high level overview of the feature to be tested and the motivation for it >>

###Scope

<< Place here the test plan scope >>

###Scale / Performance

<< Place here related Scale requirements and performance consideration that should be verified if feature required >>

###Related DUT CLI commands

<< Place here all the CLI commands to be used during this test. Refer to DUT CLI command only >>

<< If no CLI commands are available for this feature, please keep the table but add N/A >>

Command Comment
Configuration commands
<< place here all related CLI commands to be used >>
Show commands
<< place here all related CLI commands to be used >>

###Related DUT configuration files

<< Place here configuration files that should be used for the test itself. Refer to DUT configuration only >>

<< If no configuration files required for this feature, please keep the table but add N/A >>

###Related SAI APIs

<< Place here list of SAI APIs to be covered by this test. No need to specify what parameters will be used by the SAI APIs calls as this is system level tests >>

##Test structure

###Setup configuration

<< Place here the setup to be used for this test and the connectivity required >>

###Configuration scripts

<< Place here configuration scripts to be using for the test. Not only DUT but also for the entire system configuration >>

Test cases

Test case #1

Test objective

<< Place here the test objective and the desired behavior to validate >>

Test description

<< Place here the list of steps to be done by the test >>

# Test Description Expected Result
1.
2.
3.
4.
5.