Loading csp-lmc-mid/charts/csp-lmc-mid/charts/csp-proto/data/cspconfig.json +18 −0 Original line number Diff line number Diff line Loading @@ -348,6 +348,12 @@ "1" ] }, "testNumber": { "abs_change": [ "-1", "1" ] }, "assignedFspHealthState": { "__root_att": [ "mid_csp_cbf/sub_elt/subarray_01/fspHealthState" Loading Loading @@ -507,6 +513,12 @@ "1" ] }, "testNumber": { "abs_change": [ "-1", "1" ] }, "assignedFspHealthState": { "__root_att": [ "mid_csp_cbf/sub_elt/subarray_02/fspHealthState" Loading Loading @@ -666,6 +678,12 @@ "1" ] }, "testNumber": { "abs_change": [ "-1", "1" ] }, "assignedFspHealthState": { "__root_att": [ "mid_csp_cbf/sub_elt/subarray_03/fspHealthState" Loading csp-lmc-mid/charts/csp-lmc-mid/charts/csp-proto/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ csplmc: image: registry: nexus.engageska-portugal.pt/ska-docker image: mid-csp-lmc tag: 0.6.8-6ec0c11 tag: 0.6.8-86597dc-dirty pullPolicy: IfNotPresent deviceServers: Loading csp-lmc-mid/csp_lmc_mid/MidCspSubarrayBase.py +14 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,8 @@ class MidCspSubarrayBase(CspSubarray): device._receptors = Receptors(device.CspMaster) message = "MidCspSubarray Init command completed OK" self.logger.info(message) device._test_number = 0 device.set_change_event('testNumber', True, True) return (result_code, message) class OnCommand(CspSubarray.OnCommand): Loading Loading @@ -665,6 +667,11 @@ class MidCspSubarrayBase(CspSubarray): label="The list of assigned receptor IDs.", forwarded=True ) testNumber = attribute( dtype='DevUShort', access=AttrWriteType.READ_WRITE, label="Test number", doc="The inumber test") # TODO: implement the root attributes on CbfSubarray # assignedVccObsState = attribute(name="assignedVccObsState", # label="ObsState of the assigned VCCs", Loading Loading @@ -704,6 +711,13 @@ class MidCspSubarrayBase(CspSubarray): # ------------------ # Attributes methods # ------------------ def read_testNumber(self): return self._test_number def write_testNumber(self, value): self._test_number = value self.push_change_event('testNumber', self._test_number) def read_addReceptorsCmdProgress(self): # PROTECTED REGION ID(MidCspSubarrayBase.addReceptorsCmdProgress_read) ENABLED START # """Return the addReceptorsCmdProgress attribute.""" Loading csp-lmc-mid/post-deployment/tests/adr8_test.py 0 → 100755 +779 −0 File added.Preview size limit exceeded, changes collapsed. Show changes Loading
csp-lmc-mid/charts/csp-lmc-mid/charts/csp-proto/data/cspconfig.json +18 −0 Original line number Diff line number Diff line Loading @@ -348,6 +348,12 @@ "1" ] }, "testNumber": { "abs_change": [ "-1", "1" ] }, "assignedFspHealthState": { "__root_att": [ "mid_csp_cbf/sub_elt/subarray_01/fspHealthState" Loading Loading @@ -507,6 +513,12 @@ "1" ] }, "testNumber": { "abs_change": [ "-1", "1" ] }, "assignedFspHealthState": { "__root_att": [ "mid_csp_cbf/sub_elt/subarray_02/fspHealthState" Loading Loading @@ -666,6 +678,12 @@ "1" ] }, "testNumber": { "abs_change": [ "-1", "1" ] }, "assignedFspHealthState": { "__root_att": [ "mid_csp_cbf/sub_elt/subarray_03/fspHealthState" Loading
csp-lmc-mid/charts/csp-lmc-mid/charts/csp-proto/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ csplmc: image: registry: nexus.engageska-portugal.pt/ska-docker image: mid-csp-lmc tag: 0.6.8-6ec0c11 tag: 0.6.8-86597dc-dirty pullPolicy: IfNotPresent deviceServers: Loading
csp-lmc-mid/csp_lmc_mid/MidCspSubarrayBase.py +14 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,8 @@ class MidCspSubarrayBase(CspSubarray): device._receptors = Receptors(device.CspMaster) message = "MidCspSubarray Init command completed OK" self.logger.info(message) device._test_number = 0 device.set_change_event('testNumber', True, True) return (result_code, message) class OnCommand(CspSubarray.OnCommand): Loading Loading @@ -665,6 +667,11 @@ class MidCspSubarrayBase(CspSubarray): label="The list of assigned receptor IDs.", forwarded=True ) testNumber = attribute( dtype='DevUShort', access=AttrWriteType.READ_WRITE, label="Test number", doc="The inumber test") # TODO: implement the root attributes on CbfSubarray # assignedVccObsState = attribute(name="assignedVccObsState", # label="ObsState of the assigned VCCs", Loading Loading @@ -704,6 +711,13 @@ class MidCspSubarrayBase(CspSubarray): # ------------------ # Attributes methods # ------------------ def read_testNumber(self): return self._test_number def write_testNumber(self, value): self._test_number = value self.push_change_event('testNumber', self._test_number) def read_addReceptorsCmdProgress(self): # PROTECTED REGION ID(MidCspSubarrayBase.addReceptorsCmdProgress_read) ENABLED START # """Return the addReceptorsCmdProgress attribute.""" Loading
csp-lmc-mid/post-deployment/tests/adr8_test.py 0 → 100755 +779 −0 File added.Preview size limit exceeded, changes collapsed. Show changes