Skip to content

Commit d823b78

Browse files
authored
Merge pull request #141 from vbedida79/patch-180923-1
tests_l2: Fix indent in readme
2 parents 3132f89 + 22c6275 commit d823b78

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tests/l2/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,20 @@ $ oc logs intel-dgpu-clinfo-56mh2
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

7070
* 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 ```
7273

7374
* 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```
7577

7678
* 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```
7881

7982
* 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```
8185

8286
* Check the results.
8387
```

0 commit comments

Comments
 (0)