Skip to content

Commit

Permalink
[McAfee] Test TPB (#33843)
Browse files Browse the repository at this point in the history
* test

* fix TPB

* revert this file

---------

Co-authored-by: rshunim <[email protected]>
Co-authored-by: rshunim <[email protected]>
  • Loading branch information
3 people authored Apr 16, 2024
1 parent af2f2a9 commit 865682c
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions Packs/epo/TestPlaybooks/playbook-epo_v2_Test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: McAfee ePO v2 Test
version: -1
name: McAfee ePO v2 Test
description: This is a test playbook it runs as part of the build process
description: This is a test playbook it runs as part of the build process.
starttaskid: "0"
tasks:
"0":
Expand Down Expand Up @@ -382,7 +382,7 @@ tasks:
- "13"
scriptarguments:
groupId:
simple: "3"
simple: "${McAfee.ePO.SystemTreeGroups.[0].groupId}"
verbose:
simple: "true"
separatecontext: false
Expand Down Expand Up @@ -1040,11 +1040,11 @@ tasks:
- "32"
scriptarguments:
groupId:
simple: "2"
simple: "${McAfee.ePO.SystemTreeGroups.[0].groupId}"
objectId:
simple: "84"
simple: "${McAfee.ePO.Policy.[0].objectId}"
productId:
simple: ENDP_AM_1000
simple: ${McAfee.ePO.Policy.[0].productId}
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -1079,11 +1079,11 @@ tasks:
names:
simple: TIE
objectId:
simple: "84"
simple: "${McAfee.ePO.Policy.[0].objectId}"
productId:
simple: ENDP_AM_1000
simple: ${McAfee.ePO.Policy.[0].productId}
typeId:
simple: "40"
simple: "${McAfee.ePO.Policy.[0].typeId}"
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -1114,9 +1114,6 @@ tasks:
nexttasks:
'#none#':
- "34"
scriptarguments:
id:
simple: "12"
separatecontext: false
view: |-
{
Expand Down

0 comments on commit 865682c

Please sign in to comment.