diff mbox

[i-g-t,v2,6/7] tests/perf: enable testing on Coffelake GT3

Message ID 20171208113933.26384-7-lionel.g.landwerlin@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lionel Landwerlin Dec. 8, 2017, 11:39 a.m. UTC
Add the test config uuid for GT3.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
---
 tests/perf.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Matthew Auld Dec. 8, 2017, 1:47 p.m. UTC | #1
On 8 December 2017 at 11:39, Lionel Landwerlin
<lionel.g.landwerlin@intel.com> wrote:
> Add the test config uuid for GT3.
>
> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>

s/Coffelake/Coffeelake/

Reviewed-by: Matthew Auld <matthew.auld@intel.com>
diff mbox

Patch

diff --git a/tests/perf.c b/tests/perf.c
index ef37ceb3..cc0c21a1 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -1075,8 +1075,11 @@  init_sys_info(void)
 			case 1:
 				test_set_uuid = "74fb4902-d3d3-4237-9e90-cbdc68d0a446";
 				break;
+			case 2:
+				test_set_uuid = "577e8e2c-3fa0-4875-8743-3538d585e3b0";
+				break;
 			default:
-				igt_debug("unsupported Cannonlake GT size\n");
+				igt_debug("unsupported Coffeelake GT size\n");
 				return false;
 			}
 		} else {