This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| automation:test-the-network [2025/07/18 15:45] – jotasandoku | automation:test-the-network [2025/07/18 22:04] (current) – jotasandoku | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * {{ : | * {{ : | ||
| * {{ : | * {{ : | ||
| - | * {{ : | + | * {{ : |
| Topics | Topics | ||
| Line 29: | Line 29: | ||
| Is the python file that holds all your tests. | Is the python file that holds all your tests. | ||
| - | * Common setup: Initial configuration and device initialization including loops. decorator | + | * Common setup: Initial configuration and device initialization including loops - decorator : '' |
| * Testcases: ' | * Testcases: ' | ||
| * Cleanup: Resets the testing environment after the test - decorator: '' | * Cleanup: Resets the testing environment after the test - decorator: '' | ||
| Line 37: | Line 37: | ||
| Test Parameters: TestScript > Testcase > TestSection | Test Parameters: TestScript > Testcase > TestSection | ||
| + | * Callable | ||
| + | * Test Parameters - decorator : '' | ||
| + | * Test Execution: | ||
| + | * Standalone: all logging is sent to stdout. See slide 64-65 | ||
| + | * Easypy: Standardized runtime env within pyATS. Helpful for regression testing | ||
| ---- | ---- | ||