Skip to content

Commit

Permalink
change testplans for 4.1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
nanda-katikaneni committed Feb 6, 2025
1 parent 05c64d9 commit 7111f87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Testing/Functional/Products/TestPlans/teams.e#.testplan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ TestPlan:
Preconditions:
- Command: Set-CsTeamsClientConfiguration
Splat:
AllowEmailIntoChannel: true
Identity: Global
AllowEmailIntoChannel: 1
Postconditions: []
ExpectedResult: false
ExpectedResult: 0
- TestDescription: MS.TEAMS.4.1v1 Compliant - Not AllowEmailIntoChannel
Preconditions:
- Command: Set-CsTeamsClientConfiguration
Splat:
AllowEmailIntoChannel: false
Identity: Global
AllowEmailIntoChannel: 0
Postconditions: []
ExpectedResult: true
ExpectedResult: 1
2 changes: 2 additions & 0 deletions Testing/Functional/Products/TestPlans/teams.gcc.testplan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ TestPlan:
Preconditions:
- Command: Set-CsTeamsClientConfiguration
Splat:
Identity: Global
AllowEmailIntoChannel: true
Postconditions: []
ExpectedResult: true
- TestDescription: MS.TEAMS.4.1v1 Compliant - Not AllowEmailIntoChannel (gcc, dod)
Preconditions:
- Command: Set-CsTeamsClientConfiguration
Splat:
Identity: Global
AllowEmailIntoChannel: false
Postconditions: []
ExpectedResult: true

0 comments on commit 7111f87

Please sign in to comment.