Skip to content

Commit

Permalink
CASMTRIAGE-7079: Paradise: Fixed functional hardware test to pass pro…
Browse files Browse the repository at this point in the history
…cessor types of "FPGA"
  • Loading branch information
jwlv committed Jun 17, 2024
1 parent ae51474 commit ea710b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.25.0
2.26.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion test/ct/api/2-non-disruptive/test_hardware.tavern.yaml
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down Expand Up @@ -704,6 +704,7 @@ stages:
enum:
- "CPU"
- "GPU"
- "FPGA"
TotalCores:
type: int
required: True
Expand Down

0 comments on commit ea710b3

Please sign in to comment.