summaryrefslogtreecommitdiff
path: root/test/genvif/vif/over_test_vif.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/genvif/vif/over_test_vif.xml')
-rw-r--r--test/genvif/vif/over_test_vif.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/genvif/vif/over_test_vif.xml b/test/genvif/vif/over_test_vif.xml
new file mode 100644
index 0000000000..64e1148c68
--- /dev/null
+++ b/test/genvif/vif/over_test_vif.xml
@@ -0,0 +1,19 @@
+<VIF>
+ <!-- Override the following fields -->
+ <Model_Part_Number>SuperTestWithOverride</Model_Part_Number>
+ <Product_Revision>Final</Product_Revision>
+ <TID>12345</TID>
+
+ <Component>
+ <!-- Remove Sends_Pings -->
+ <Sends_Pings />
+
+ <SrcPdoList>
+ <SrcPDO>
+ <!-- Add in missing fields for SrcPdo0 -->
+ <Src_PD_OCP_OC_Debounce value="50">50 msec</Src_PD_OCP_OC_Debounce>
+ <Src_PD_OCP_OC_Threshold value="360">3600 mA</Src_PD_OCP_OC_Threshold>
+ </SrcPDO>
+ </SrcPdoList>
+ </Component>
+</VIF>