From 970d12185045044373d2c4b68d32d00f0992eacc Mon Sep 17 00:00:00 2001 From: Joshua Williams <102987390+jwlv@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:42:07 -0700 Subject: [PATCH] Paradise: Fixed functional hardware test to pass processor types of "FPGA" CASMTRIAGE-7079 --- .version | 2 +- CHANGELOG.md | 6 ++++++ test/ct/api/2-non-disruptive/test_hardware.tavern.yaml | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 5c18f919..7a25c70f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.25.0 +2.26.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 962dbefe..b392a62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.26.0] - 2024-06-17 + +### Fixed + +- Paradise: Fixed functional hardware test to pass processor types of "FPGA" + ## [2.25.0] - 2024-06-06 ### Fixed diff --git a/test/ct/api/2-non-disruptive/test_hardware.tavern.yaml b/test/ct/api/2-non-disruptive/test_hardware.tavern.yaml index 65aadcf5..4a31fc19 100644 --- a/test/ct/api/2-non-disruptive/test_hardware.tavern.yaml +++ b/test/ct/api/2-non-disruptive/test_hardware.tavern.yaml @@ -1,6 +1,6 @@ # MIT License # -# (C) Copyright [2019-2022] Hewlett Packard Enterprise Development LP +# (C) Copyright [2019-2022,2024] Hewlett Packard Enterprise Development LP # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -704,6 +704,7 @@ stages: enum: - "CPU" - "GPU" + - "FPGA" TotalCores: type: int required: True