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:02] – jotasandoku | automation:test-the-network [2025/07/18 22:04] (current) – jotasandoku | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * {{ : | * {{ : | ||
| * {{ : | * {{ : | ||
| + | * {{ : | ||
| Topics | Topics | ||
| Line 22: | Line 23: | ||
| * Easypy - Runtime | * Easypy - Runtime | ||
| * Others: Blitz, Clean, ' | * Others: Blitz, Clean, ' | ||
| - | * * AEtest | + | * AEtest |
| - | ---- | ||
| + | === TESTSCRIPT === | ||
| + | Is the python file that holds all your tests. | ||
| + | * Common setup: Initial configuration and device initialization including loops - decorator : '' | ||
| + | * Testcases: ' | ||
| + | * Cleanup: Resets the testing environment after the test - decorator: '' | ||
| + | |||
| + | ** see slides 46,47 for examples (classes..)) ** | ||
| + | \\ | ||
| + | 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 | ||
| + | |||
| + | ---- | ||
| ---- | ---- | ||
| ==== OPTIONS ==== | ==== OPTIONS ==== | ||