Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Marketplace Contribution] Content Testing - Content Pack Update #29516

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
"contribution update to pack "Content Testing""
xsoar-bot committed Sep 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit f65f3e4c908f14694a3b2a0b3ea0f97126f9d094
Original file line number Diff line number Diff line change
@@ -736,7 +736,7 @@
"minH": 1,
"moved": false,
"name": "Task Average Duration (ms)",
"query": "a21f363f-7ba8-4874-8ba0-81c069234bf5",
"query": "UnitTestPBATaskAvg",
"queryType": "script",
"static": false,
"type": "dynamic",
@@ -753,7 +753,7 @@
"minH": 1,
"moved": false,
"name": "Task Maximum Duration (ms)",
"query": "c5b23735-0954-4713-8c4b-50bfe46b24a0",
"query": "UnitTestPBATaskMax",
"queryType": "script",
"static": false,
"type": "dynamic",
@@ -796,7 +796,7 @@
"minH": 1,
"moved": false,
"name": "Task Statistics ",
"query": "3c4e931d-4c4b-4398-887c-88dacc4a7682",
"query": "UnitTestPBAStats",
"queryType": "script",
"static": false,
"type": "dynamic",
@@ -869,6 +869,5 @@
"system": false,
"version": -1,
"fromVersion": "6.0.0",
"description": "",
"marketplaces": ["xsoar"]
}
"description": ""
}
18 changes: 18 additions & 0 deletions Packs/ContentTesting/ReleaseNotes/2_1_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

#### Layouts

##### UnitTestLayout

- Fixes query references to script names from script IDs for: Task Avg, Task Max, and Task Stats sections

#### Scripts

##### UnitTestPBATaskAvg

- Replaces script ID with name
##### UnitTestPBATaskMax

- Replaces script ID with name
##### UnitTestPBAStats

- Replaces script ID with name
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import demistomock as demisto # noqa: F401
from CommonServerPython import * # noqa: F401


import traceback


Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ""
comment: ''
dockerimage: demisto/python3:3.10.13.72123
enabled: true
name: UnitTestPBAStats
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@ contentitemexportablefields:
dockerimage: demisto/python3:3.10.13.72123
enabled: true
name: UnitTestPBATaskAvg
comment: ''
runas: DBotWeakRole
script: ''
scripttarget: 0
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ commonfields:
contentitemexportablefields:
contentitemfields:
fromServerVersion: ""
comment: ''
dockerimage: demisto/python3:3.10.13.72123
enabled: true
name: UnitTestPBATaskMax
2 changes: 1 addition & 1 deletion Packs/ContentTesting/pack_metadata.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "Content Testing",
"description": "Supports assessment of upgraded Marketplace content packs against custom content and enables content testing within XSOAR. Dynamically select and test automations, playbooks, and sub-playbooks as required prior to push to production. Create a \"UnitTesting\" incident type and review the \"Help\" tab in the layout for description of the tools available and the examples using the testing tools.",
"support": "community",
"currentVersion": "2.1.0",
"currentVersion": "2.1.1",
"author": "rurhrlaub",
"url": "",
"email": "",