Skip to content

Commit

Permalink
Merge pull request #397 from Sujana-M/master
Browse files Browse the repository at this point in the history
Addition of Missing Rule ID
  • Loading branch information
gowthamsiddarthd authored Sep 29, 2023
2 parents 99b9ce7 + af4bd83 commit 0abdbbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 0abdbbc

Please sign in to comment.