Skip to content

Commit a471cf1

Browse files
authored
Merge pull request #388 from vbedida79/patch-070525-1
tests_l2: Add redhat credentials secret yaml
2 parents 75769aa + ce50a9e commit a471cf1

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

tests/l2/dsa/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
### Verify Intel® Data Streaming Accelerator (DSA) Technology provisioning
22
This workload runs [accel-config](https://github.com/intel/idxd-config) sample tests using RedHat built and distributed accel-config RPM packages from the rhel-9-for-x86_64-baseos-rpms repo. Refer to the [accel config readme](https://github.com/intel/idxd-config/blob/stable/README.md) for more details.
33

4-
* Build the workload container image
4+
* Create the RedHat auth secret. Please replace the credentials in the secret yaml with your RedHat account login credentials.
55

6-
Please replace the credentials in buildconfig yaml with your RedHat account login credentials.
6+
```
7+
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/l2/dsa/rh_auth.yaml
8+
```
9+
10+
* Build the workload container image
711

812
```
913
$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/l2/dsa/dsa_imagestream.yaml

tests/l2/dsa/rh_auth.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Copyright (c) 2025 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
apiVersion: v1
5+
kind: Secret
6+
metadata:
7+
name: rh-auth
8+
namespace: intel-dsa
9+
type: Opaque
10+
data:
11+
username: # Add username
12+
password: # Add password

0 commit comments

Comments
 (0)