Skip to content

LOW-888: Made a simple python package for common testing fucntion

Nick Swainston requested to merge low-888-test-package into main

I created a simple package called aiv_utils. Currently, it only contains a TPM module, which has wrappers for turning the TPMs on and off.

There is also a test to see if this wrapper functions work, which currently often fails. It fails because the TPM tiles often don't do as they are told. The value of these initial functional tests is that they ensure that the basic functionality of the Tango devices works before performing the more complex tests.

These tests can be used to show teams the issues with their Tango devices, and the wrappers can house hacks to get them working in one place instead of repeating them across multiple notebooks.

Merge request reports