Skip to content

Commit

Permalink
Update test RPM dependency and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
schooler-hpe committed Oct 27, 2021
1 parent 0ea3d57 commit 6e35d4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [1.9.12] - 2021-10-11
## [1.9.12] - 2021-10-27

### Added

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ images.
This code will be refactored from the old hms-netboot code for bootargsd and associated components created for the Q4 Redfish and Q1
systems management deep dive demos.

### BSS CT Testing

This repository builds and publishes hms-bss-ct-test RPMs along with the service itself containing tests that verify BSS on the
NCNs of live Shasta systems. The tests require the hms-ct-test-base RPM to also be installed on the NCNs in order to execute.
4 changes: 2 additions & 2 deletions hms-bss-ct-test.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Version: %(cat .version)
Release: %(echo ${BUILD_METADATA})
Source: %{name}-%{version}.tar.bz2
Vendor: Hewlett Packard Enterprise
Requires: hms-ct-test >= 1.8.6
Requires: hms-ct-test-base >= 1.8.6

# name of this repository
%define REPO hms-bss
Expand Down Expand Up @@ -72,5 +72,5 @@ done
%{TEST_DIR}/*

%changelog
* Mon Aug 30 2021 Mitch Schooler <[email protected]>
* Wed Oct 27 2021 Mitch Schooler <[email protected]>
- Moved CT test packaging from hms-test to individual service repos for their own RPM builds.

0 comments on commit 6e35d4f

Please sign in to comment.