File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -67,17 +67,17 @@ $ oc logs intel-dgpu-clinfo-56mh2
67
67
### Verify Intel® QuickAssist Technology provisioning
68
68
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.
69
69
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 ```
73
72
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 ```
79
78
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 ```
81
81
82
82
* Check the results.
83
83
```
You can’t perform that action at this time.
0 commit comments