Skip to content

Commit 60b5026

Browse files
committed
tests_l2: Update qat workload commands in readme
Signed-off-by: vbedida79 <veenadhari.bedida@intel.com>
1 parent f9cd06e commit 60b5026

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tests/l2/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@ $ oc logs intel-dgpu-clinfo-56mh2
6767
### Verify Intel® QuickAssist Technology provisioning
6868
This workload runs [qatlib](https://github.com/intel/qatlib) sample tests. Refer to the [qatlib readme](https://github.com/intel/qatlib/blob/main/INSTALL) for more details.
6969

70-
* Build the workload container image.
71-
72-
```$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/l2/qat/qatlib_build.yaml ```
70+
* Build the workload container image
71+
```$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/l2/qat/qatlib_build.yaml ```
7372

74-
* Deploy and execute the workload.
75-
76-
* Run with IPC_LOCK capability for pod
77-
78-
```$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/security/qatlib_rbac.yaml```
73+
* Create SCC intel-qat-scc for Intel QAT based workload, if this SCC is not created
74+
```$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/security/qatlib_scc.yaml```
75+
76+
* Create the intel-qat service account to use intel-qat-scc
77+
```$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/security/qatlib_rbac.yaml```
7978

80-
```$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/l2/qat/qatlib_job.yaml```
79+
* Deploy the qatlib workload job with intel-qat service account
80+
```$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/l2/qat/qatlib_job.yaml```
8181

8282
* Check the results.
8383
```

0 commit comments

Comments
 (0)