You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran SharePoint functional test plan for both spo and pnp variants on E5 test tenant. The spo version is failing or erroring for 1.2 and 3.2 policies. The test plan needs to be fixed for clean functional test execution.
To reproduce
Steps to reproduce the behavior:
Run SharePoint functional test suite for spo variant on a E5 tenant
Observe if all complaint and non-complaint test cases are running without error and passing all tests.
Expected behavior
SharePoint test plan in spo variant running without errors and successfully complete all complaint and non-complaint cases.
Any helpful log output or screenshots
Context Execute test, MS.SHAREPOINT.1.2v1 Non-compliant - SharingCapability = ExternalUserSharingOnly (New and existing guests)VERBOSE: Download the right chromedriver from 'http://chromedriver.chromium.org/downloads' [-] Check test case results 10.17s (10.16s|9ms) Expected case sensitive like wildcard 'Unknown' to match 'N/A', because unexpected criticality. [Output folder: xxx; Expected: False; Result: N/A; Details: This product does not currently have the capability to check compliance for this policy. See Secure Configuration Baseline policy for instructions on manual check], but it did not match. at $RowData[2].text | Should -BeLikeExactly "Unknown" -Because "unexpected criticality. [$Msg]", ```test execution summaryTests completed in 325.32sTests Passed: 43, Failed: 8, Skipped: 0 NotRun: 0
The text was updated successfully, but these errors were encountered:
schrolla
added
bug
This issue or pull request addresses broken functionality
Testing
This issue or task involves testing the automation tool function
labels
Aug 21, 2024
SharePoint.1.2.v1 is failing intermittently when setting the tenant with a non-compliant config (specifically for OneDrive external sharing config). Based on the debugging this boiled down to "Set-SPOTenant -DefaultSharingLinkType AnonymousAccess -SharingCapability ExternalUserAndGuestSharing". This test pre-condition is required to be set before the next command is executed; but is failing. Based on an earlier investigation by @mitchelbaker-cisa for a similar issue for pnp variant - issue is boiled down to Microsoft API response. Working with Microsoft team to resolve - until then its blocked.
🐛 Summary
Ran SharePoint functional test plan for both spo and pnp variants on E5 test tenant. The spo version is failing or erroring for 1.2 and 3.2 policies. The test plan needs to be fixed for clean functional test execution.
To reproduce
Steps to reproduce the behavior:
Expected behavior
SharePoint test plan in spo variant running without errors and successfully complete all complaint and non-complaint cases.
Any helpful log output or screenshots
The text was updated successfully, but these errors were encountered: