diff --git a/src/primaite/simulator/system/core/software_manager.py b/src/primaite/simulator/system/core/software_manager.py index 04a3e3fb..2f19a8b0 100644 --- a/src/primaite/simulator/system/core/software_manager.py +++ b/src/primaite/simulator/system/core/software_manager.py @@ -207,6 +207,10 @@ class SoftwareManager: :param session_id: The Session ID from which the payload originates. Optional. :return: True if the payload was successfully sent, False otherwise. """ + print(payload) + print(dest_ip_address) + print(src_port) + print(session_id) return self.session_manager.receive_payload_from_software_manager( payload=payload, dst_ip_address=dest_ip_address, diff --git a/tests/assets/configs/data_manipulation.yaml b/tests/assets/configs/data_manipulation.yaml index 97442903..96751cad 100644 --- a/tests/assets/configs/data_manipulation.yaml +++ b/tests/assets/configs/data_manipulation.yaml @@ -33,7 +33,7 @@ agents: observation_space: null action_space: action_list: - - type: DONOTHING + - type: do_nothing - type: NODE_APPLICATION_EXECUTE options: nodes: @@ -47,7 +47,7 @@ agents: max_applications_per_node: 2 action_map: 0: - action: DONOTHING + action: do_nothing options: {} 1: action: NODE_APPLICATION_EXECUTE @@ -82,7 +82,7 @@ agents: observation_space: null action_space: action_list: - - type: DONOTHING + - type: do_nothing - type: NODE_APPLICATION_EXECUTE options: nodes: @@ -96,7 +96,7 @@ agents: max_applications_per_node: 2 action_map: 0: - action: DONOTHING + action: do_nothing options: {} 1: action: NODE_APPLICATION_EXECUTE @@ -132,7 +132,7 @@ agents: action_space: action_list: - - type: DONOTHING + - type: do_nothing - type: NODE_APPLICATION_EXECUTE options: nodes: @@ -236,7 +236,7 @@ agents: action_space: action_list: - - type: DONOTHING + - type: do_nothing - type: NODE_SERVICE_SCAN - type: NODE_SERVICE_STOP - type: NODE_SERVICE_START @@ -266,7 +266,7 @@ agents: action_map: 0: - action: DONOTHING + action: do_nothing options: {} # scan webapp service 1: