#2402 add action maps on all yaml scenarios used for testing

This commit is contained in:
Cristian-VM2
2024-04-01 14:28:41 +00:00
parent 2096b619ec
commit 80c13adfdf
7 changed files with 68 additions and 5 deletions

View File

@@ -38,7 +38,10 @@ agents:
# options:
# execution_definition:
# target_address: arcd.com
action_map:
0:
action: DONOTHING
options: {}
options:
nodes:
- node_name: client_2
@@ -66,7 +69,6 @@ agents:
type: UC2RedObservation
options:
nodes: {}
action_space:
action_list:
- type: DONOTHING
@@ -74,6 +76,15 @@ agents:
- type: NODE_FILE_DELETE
- type: NODE_FILE_CORRUPT
- type: NODE_OS_SCAN
action_map:
0:
action: DONOTHING
options: {}
1:
action: NODE_APPLICATION_EXECUTE
options:
node_id: 0
application_id: 0
options:
nodes:
- node_name: client_1