Skip to content

Commit cc90846

Browse files
authored
Merge pull request #334 from GabyCT/topic/sgxdoc
Documentation: Update tests documentation
2 parents 2219427 + 299de16 commit cc90846

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/l2/dsa/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-
2929

3030
* Check the results.
3131
```
32-
$ oc get pods
32+
$ oc get pods -n intel-dsa
3333
intel-dsa-workload-244xm 0/1 Completed 0 3m12s
3434
```
3535

3636
* sample test logs
3737
```
38-
$ oc logs intel-dsa-workload-244xm
38+
$ oc logs intel-dsa-workload-244xm -n intel-dsa
3939
dsa0/wq0.1
4040
dsa0
4141
Testing with 'block on fault' flag ON

tests/l2/qat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-
2929

3030
* Check the results.
3131
```
32-
$ oc get pods
32+
$ oc get pods -n intel-qat
3333
intel-qat-workload-c6g9v 0/1 Completed 0 4m13s
3434
```
3535

3636

3737
* For all sample tests `cpa_sample_code`
3838

3939
```
40-
$ oc logs intel-qat-workload-c6g9v
40+
$ oc logs intel-qat-workload-c6g9v -n intel-qat
4141
qaeMemInit started
4242
icp_sal_userStartMultiProcess("SSL") started
4343
There are no crypto instances

tests/l2/sgx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-
1313

1414
* Check the results.
1515
```
16-
$ oc get pods
16+
$ oc get pods -n intel-sgx
1717
intel-sgx-job-4tnh5 0/1 Completed 0 2m10s
1818
intel-sgx-workload-1-build 0/1 Completed 0 30s
1919
```
2020
```
21-
$ oc logs intel-sgx-job-4tnh5
21+
$ oc logs intel-sgx-job-4tnh5 -n intel-sgx
2222
Checksum(0x0x7fffac6f41e0, 100) = 0xfffd4143
2323
Info: executing thread synchronization, please wait...
2424
Info: SampleEnclave successfully returned.

0 commit comments

Comments
 (0)