Skip to content

Commit

Permalink
Merge pull request #76 from vbedida79/patch-300623-11
Browse files Browse the repository at this point in the history
tests_l2: Updated readme
  • Loading branch information
uMartinXu authored Jun 30, 2023
2 parents ee7c1f1 + e14f4c4 commit c79080b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/l2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ After provisioning Intel hardware features on RHOCP, the respective hardware res
### Verify Intel® Software Guard Extensions (Intel® SGX) Provisioning
This [SampleEnclave](https://github.com/intel/linux-sgx/tree/master/SampleCode/SampleEnclave) application workload from the Intel SGX SDK runs an Intel SGX enclave utilizing the EPC resource from the Intel SGX provisioning.
* Build the container image.

```$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/ main/tests/l2/sgx/sgx_build.yaml```

* Deploy and run the workload.

```$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/l2/sgx/sgx_job.yaml```

* Check the results.
```$ oc get pods
intel-sgx-job-4tnh5 0/1 Completed 0 2m10s
Expand All @@ -25,9 +29,13 @@ $ oc logs intel-sgx-job-4tnh5
### Verify Intel® Data Center GPU provisioning
This workload runs [clinfo](https://github.com/Oblomov/clinfo) utilizing the i915 resource from GPU provisioning and displays the related GPU information.
* Build the workload container image.

```$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/l2/dgpu/clinfo_build.yaml ```

* Deploy and execute the workload.

```$ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-for-openshift/main/tests/l2/dgpu/clinfo_job.yaml```

* Check the results.
```
$ oc get pods
Expand Down

0 comments on commit c79080b

Please sign in to comment.