Skip to content

Commit

Permalink
Fixes #389: iEP tests to be run at L6 and above. (#390)
Browse files Browse the repository at this point in the history
Change-Id: Ia59b9d9ac7fc1f50817b6b8aa34b31c1f18aa68a

Signed-off-by: Sujana M <[email protected]>
  • Loading branch information
Sujana-M authored Nov 11, 2024
1 parent 197b91c commit 78f586e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions val/sbsa/src/sbsa_execute_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ val_sbsa_pcie_execute_tests(uint32_t level, uint32_t num_pe)
status |= p059_entry(num_pe);
status |= p060_entry(num_pe);
status |= p063_entry(num_pe); /* iEP/RP only */
status |= p067_entry(num_pe); /* iEP/RP only */
#endif
}

Expand All @@ -370,10 +371,6 @@ val_sbsa_pcie_execute_tests(uint32_t level, uint32_t num_pe)
status |= p066_entry(num_pe);
#endif

#ifndef TARGET_LINUX
status |= p067_entry(num_pe); /* iEP/RP only */
#endif

val_print_test_end(status, "PCIe");

return status;
Expand Down

0 comments on commit 78f586e

Please sign in to comment.