From 1629c68d78b6c639b88006c047f690adacb2582e Mon Sep 17 00:00:00 2001 From: GuyAfik Date: Thu, 22 Jun 2023 08:35:26 +0300 Subject: [PATCH 1/3] fix xdr test playbook --- .../Test_XDR_Playbook_general_commands.yml | 22 +++++++------------ 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/Packs/CortexXDR/TestPlaybooks/Test_XDR_Playbook_general_commands.yml b/Packs/CortexXDR/TestPlaybooks/Test_XDR_Playbook_general_commands.yml index a6319d9bf2cd..d4a6d1796ed4 100644 --- a/Packs/CortexXDR/TestPlaybooks/Test_XDR_Playbook_general_commands.yml +++ b/Packs/CortexXDR/TestPlaybooks/Test_XDR_Playbook_general_commands.yml @@ -1,5 +1,6 @@ id: Test XDR Playbook general commands -version: -1 +version: 5 +vcShouldKeepItemLegacyProdMachine: false name: Test XDR Playbook general commands starttaskid: "0" tasks: @@ -1370,7 +1371,7 @@ tasks: { "position": { "x": 162.5, - "y": 6990 + "y": 6980 } } note: false @@ -1414,10 +1415,10 @@ tasks: isautoswitchedtoquietmode: false "43": id: "43" - taskid: a1da1fa8-1531-48ce-8f0e-debeddbac2f4 + taskid: f41e82db-437a-47fa-88a1-4e424a0fd178 type: condition task: - id: a1da1fa8-1531-48ce-8f0e-debeddbac2f4 + id: f41e82db-437a-47fa-88a1-4e424a0fd178 version: -1 name: Verify Outputs description: Verify Outputs @@ -1431,14 +1432,11 @@ tasks: conditions: - label: "yes" condition: - - - operator: containsGeneral + - - operator: isNotEmpty left: value: simple: PaloAltoNetworksXDR.AuditAgentReports.ENDPOINTNAME iscontext: true - right: - value: - simple: ip-172-31-15-237.eu-central-1.compute.internal - - operator: isNotEmpty left: value: @@ -1466,10 +1464,10 @@ tasks: isautoswitchedtoquietmode: false "44": id: "44" - taskid: 85d56b77-4b86-4f37-8560-865c5defbea1 + taskid: 6642f602-df92-4b46-8e82-b2606b0a6302 type: regular task: - id: 85d56b77-4b86-4f37-8560-865c5defbea1 + id: 6642f602-df92-4b46-8e82-b2606b0a6302 version: -1 name: xdr-get-audit-agent-reports description: xdr-get-audit-agent-reports @@ -1481,12 +1479,8 @@ tasks: '#none#': - "43" scriptarguments: - endpoint_names: - simple: ip-172-31-15-237.eu-central-1.compute.internal limit: simple: "5" - result: - simple: Success retry-count: simple: "3" retry-interval: From 7243bd61b0883a245b096ef4e37eb67e034036e6 Mon Sep 17 00:00:00 2001 From: GuyAfik Date: Thu, 22 Jun 2023 08:36:54 +0300 Subject: [PATCH 2/3] skip DbotPredictOufOfTheBoxTestV2 tpb --- Tests/conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/conf.json b/Tests/conf.json index 2b361899a273..c76e096b3d12 100644 --- a/Tests/conf.json +++ b/Tests/conf.json @@ -5447,6 +5447,7 @@ } ], "skipped_tests": { + "DbotPredictOufOfTheBoxTestV2": "CIAC-6932", "CiscoWSAv2": "No instance - developed by Qmasters", "DatadogCloudSIEM": "No instance - developed by Login soft", "RegPathReputationBasicLists_test": "The D2 pack is deprecated", From 7a286e3bac386fc5dc9caaf6bccafc69c20bc737 Mon Sep 17 00:00:00 2001 From: GuyAfik Date: Thu, 22 Jun 2023 12:35:27 +0300 Subject: [PATCH 3/3] remove skip on tpb --- Tests/conf.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/conf.json b/Tests/conf.json index c76e096b3d12..2b361899a273 100644 --- a/Tests/conf.json +++ b/Tests/conf.json @@ -5447,7 +5447,6 @@ } ], "skipped_tests": { - "DbotPredictOufOfTheBoxTestV2": "CIAC-6932", "CiscoWSAv2": "No instance - developed by Qmasters", "DatadogCloudSIEM": "No instance - developed by Login soft", "RegPathReputationBasicLists_test": "The D2 pack is deprecated",