File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,20 @@ $ oc logs intel-dgpu-clinfo-56mh2
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
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 ```
71
+
72
+ ``` $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/l2/qat/qatlib_build.yaml ```
72
73
73
74
* 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
+ ``` $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/security/qatlib_scc.yaml ```
75
77
76
78
* 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
+
80
+ ``` $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/security/qatlib_rbac.yaml ```
78
81
79
82
* 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 ```
83
+
84
+ ``` $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/l2/qat/qatlib_job.yaml ```
81
85
82
86
* Check the results.
83
87
```
You can’t perform that action at this time.
0 commit comments