Dev: fix py virtual test (#846)

* draft to fix virtual test when it fails

* catching errors in tests and removing sigchild ignore so servers (process in background) executing commands will not fail (pclose no child processes, if sigchld is ignored) fixed

* uncommented python loading config

* somehow killal slsReciever in second detector test fails even though no receiver running

* fixing script for virtual simlator test:fixed issue with check if process running, fixed moench tests
This commit is contained in:
2023-11-07 09:30:46 +01:00
committed by GitHub
parent 314a8a0daa
commit 397e846509
14 changed files with 200 additions and 74 deletions

View File

@ -4,10 +4,10 @@
#define RELEASE "developer"
#define APILIB "developer 0x230224"
#define APIRECEIVER "developer 0x230224"
#define APICTB "developer 0x230922"
#define APIGOTTHARD "developer 0x230922"
#define APIGOTTHARD2 "developer 0x230922"
#define APIMYTHEN3 "developer 0x230922"
#define APIMOENCH "developer 0x230922"
#define APIJUNGFRAU "developer 0x231018"
#define APIEIGER "developer 0x231018"
#define APICTB "developer 0x231102"
#define APIGOTTHARD "developer 0x231102"
#define APIGOTTHARD2 "developer 0x231102"
#define APIJUNGFRAU "developer 0x231102"
#define APIMYTHEN3 "developer 0x231102"
#define APIMOENCH "developer 0x231102"
#define APIEIGER "developer 0x231102"