#2912 - Removing print statements left in from debugging
This commit is contained in:
@@ -207,6 +207,10 @@ class SoftwareManager:
|
|||||||
:param session_id: The Session ID from which the payload originates. Optional.
|
:param session_id: The Session ID from which the payload originates. Optional.
|
||||||
:return: True if the payload was successfully sent, False otherwise.
|
: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(
|
return self.session_manager.receive_payload_from_software_manager(
|
||||||
payload=payload,
|
payload=payload,
|
||||||
dst_ip_address=dest_ip_address,
|
dst_ip_address=dest_ip_address,
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ agents:
|
|||||||
observation_space: null
|
observation_space: null
|
||||||
action_space:
|
action_space:
|
||||||
action_list:
|
action_list:
|
||||||
- type: DONOTHING
|
- type: do_nothing
|
||||||
- type: NODE_APPLICATION_EXECUTE
|
- type: NODE_APPLICATION_EXECUTE
|
||||||
options:
|
options:
|
||||||
nodes:
|
nodes:
|
||||||
@@ -47,7 +47,7 @@ agents:
|
|||||||
max_applications_per_node: 2
|
max_applications_per_node: 2
|
||||||
action_map:
|
action_map:
|
||||||
0:
|
0:
|
||||||
action: DONOTHING
|
action: do_nothing
|
||||||
options: {}
|
options: {}
|
||||||
1:
|
1:
|
||||||
action: NODE_APPLICATION_EXECUTE
|
action: NODE_APPLICATION_EXECUTE
|
||||||
@@ -82,7 +82,7 @@ agents:
|
|||||||
observation_space: null
|
observation_space: null
|
||||||
action_space:
|
action_space:
|
||||||
action_list:
|
action_list:
|
||||||
- type: DONOTHING
|
- type: do_nothing
|
||||||
- type: NODE_APPLICATION_EXECUTE
|
- type: NODE_APPLICATION_EXECUTE
|
||||||
options:
|
options:
|
||||||
nodes:
|
nodes:
|
||||||
@@ -96,7 +96,7 @@ agents:
|
|||||||
max_applications_per_node: 2
|
max_applications_per_node: 2
|
||||||
action_map:
|
action_map:
|
||||||
0:
|
0:
|
||||||
action: DONOTHING
|
action: do_nothing
|
||||||
options: {}
|
options: {}
|
||||||
1:
|
1:
|
||||||
action: NODE_APPLICATION_EXECUTE
|
action: NODE_APPLICATION_EXECUTE
|
||||||
@@ -132,7 +132,7 @@ agents:
|
|||||||
|
|
||||||
action_space:
|
action_space:
|
||||||
action_list:
|
action_list:
|
||||||
- type: DONOTHING
|
- type: do_nothing
|
||||||
- type: NODE_APPLICATION_EXECUTE
|
- type: NODE_APPLICATION_EXECUTE
|
||||||
options:
|
options:
|
||||||
nodes:
|
nodes:
|
||||||
@@ -236,7 +236,7 @@ agents:
|
|||||||
|
|
||||||
action_space:
|
action_space:
|
||||||
action_list:
|
action_list:
|
||||||
- type: DONOTHING
|
- type: do_nothing
|
||||||
- type: NODE_SERVICE_SCAN
|
- type: NODE_SERVICE_SCAN
|
||||||
- type: NODE_SERVICE_STOP
|
- type: NODE_SERVICE_STOP
|
||||||
- type: NODE_SERVICE_START
|
- type: NODE_SERVICE_START
|
||||||
@@ -266,7 +266,7 @@ agents:
|
|||||||
|
|
||||||
action_map:
|
action_map:
|
||||||
0:
|
0:
|
||||||
action: DONOTHING
|
action: do_nothing
|
||||||
options: {}
|
options: {}
|
||||||
# scan webapp service
|
# scan webapp service
|
||||||
1:
|
1:
|
||||||
|
|||||||
Reference in New Issue
Block a user