Skip to content

CIP-2306 Added is_ConfigureScan_allowed method

Owen Douglas requested to merge cip-2306-fix-configure-scan-allowed into main

Added is_ConfigureScan_allowed() to CbfSubarray. Normally these is__allowed methods are handled by parent classes, but SkaSubarray does not implement a ConfigureScan (only Configure) so there was no mechanism to call is_allowed. This is why there was no CommandError raised when ConfigureScan was called during ConfigureScan.

Also added a k8s-post-test makefile target to enable k8s logs from integration tests getting saved as an artifacts in build/logs.txt

Edited by Owen Douglas

Merge request reports