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

Addition of Missing Rule ID #397

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/Arm_SBSA_testcase-checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The below table provides the following details
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|841 |Check MSI and MSI-X support rule |L6 |RE_INT_1, IE_INT_1 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|842 |Check Power Management rules |L6 |RE_PWR_1 |Yes |Yes |Yes |No |No |
|842 |Check Power Management rules |L6 |RE_PWR_1, IE_PWR_1 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
|843 |Check ARI forwarding enable rule |L6 |PCI_IN_17 |Yes |Yes |Yes |No |No |
+-------+--------------------------------------------+-----+----------------------------------------------------+----------------+----+----------+-----+-------------------+
Expand Down
4 changes: 2 additions & 2 deletions test_pool/pcie/operating_system/test_p042.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @file
* Copyright (c) 2020-2023 Arm Limited or its affiliates. All rights reserved.
* Copyright (c) 2020-2023, Arm Limited or its affiliates. All rights reserved.
* SPDX-License-Identifier : Apache-2.0
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -24,7 +24,7 @@

#define TEST_NUM (AVS_PCIE_TEST_NUM_BASE + 42)
#define TEST_DESC "Check Power Management rules "
#define TEST_RULE "RE_PWR_1"
#define TEST_RULE "RE_PWR_1, IE_PWR_1"

static
void
Expand Down