File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-
29
29
30
30
* Check the results.
31
31
```
32
- $ oc get pods
32
+ $ oc get pods -n intel-dsa
33
33
intel-dsa-workload-244xm 0/1 Completed 0 3m12s
34
34
```
35
35
36
36
* sample test logs
37
37
```
38
- $ oc logs intel-dsa-workload-244xm
38
+ $ oc logs intel-dsa-workload-244xm -n intel-dsa
39
39
dsa0/wq0.1
40
40
dsa0
41
41
Testing with 'block on fault' flag ON
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-
29
29
30
30
* Check the results.
31
31
```
32
- $ oc get pods
32
+ $ oc get pods -n intel-qat
33
33
intel-qat-workload-c6g9v 0/1 Completed 0 4m13s
34
34
```
35
35
36
36
37
37
* For all sample tests ` cpa_sample_code `
38
38
39
39
```
40
- $ oc logs intel-qat-workload-c6g9v
40
+ $ oc logs intel-qat-workload-c6g9v -n intel-qat
41
41
qaeMemInit started
42
42
icp_sal_userStartMultiProcess("SSL") started
43
43
There are no crypto instances
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-
13
13
14
14
* Check the results.
15
15
```
16
- $ oc get pods
16
+ $ oc get pods -n intel-sgx
17
17
intel-sgx-job-4tnh5 0/1 Completed 0 2m10s
18
18
intel-sgx-workload-1-build 0/1 Completed 0 30s
19
19
```
20
20
```
21
- $ oc logs intel-sgx-job-4tnh5
21
+ $ oc logs intel-sgx-job-4tnh5 -n intel-sgx
22
22
Checksum(0x0x7fffac6f41e0, 100) = 0xfffd4143
23
23
Info: executing thread synchronization, please wait...
24
24
Info: SampleEnclave successfully returned.
You can’t perform that action at this time.
0 commit comments