Python ExampleScripts¶
HelloWorld.py¶
A basic example framework for a user script
- Pass/Fail Criteria:
HelloWorld will always PASS
HelloWorld_IO_Resets.py¶
HelloWorld_IO_Resets.py Python test script for sb_testmgr
Demonstrate best practices for reset test scripts Copyright SANBlaze, 2021
HelloWorld_IO_Dual.py¶
HelloWorld_IO_Dual.py Python test script for sb_testmgr
Demonstrate best practices for Dual Port test scripts Copyright SANBlaze, 2021
SRIOV_HelloWorld.py¶
Hello World SRIOV
Objective:
Provide an example script of using SRIOV functions with SANBlaze hardware.
Pass/Fail:
All actions must succeed for script to pass
HelloWorld_IO.py¶
An example framework for a user script using SANBlaze Built-In IO tests
- Pass/Fail Criteria:
HelloWorld_IO will fail if any of the underlying IO tests fail
SRIOV_HelloWorld_IO.py¶
SRIOV Hello World IO
Objective:
Provide an example script of using SRIOV functions with IO with SANBlaze hardware.
Pass/Fail:
All actions must succeed for script to pass