Skip to content

Commit 95b8980

Browse files
committed
tests_gaudi: Update gaudi test documentation
This PR updates the gaudi test documentation by adding as part of the command the namespace when looking for the pods and their logs in order to avoid failures of not finding them. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
1 parent fb06b27 commit 95b8980

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/gaudi/l2/README.md

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

1010
Verify Output:
1111
```
12-
$ oc get pods
12+
$ oc get pods -n gaudi-validation
1313
NAME READY STATUS RESTARTS AGE
1414
hl-smi-workload-2-f5qgs 0/1 Completed 0 27m
1515
```
1616
```
17-
$ oc logs hl-smi-workload-2-f5qgs
17+
$ oc logs hl-smi-workload-2-f5qgs -n gaudi-validation
1818
+-----------------------------------------------------------------------------+
1919
| HL-SMI Version: hl-1.17.1-fw-51.5.0 |
2020
| Driver Version: 1.17.1-78932ae |
@@ -55,13 +55,13 @@ $ oc apply -f https://raw.githubusercontent.com/intel/intel-technology-enabling-
5555

5656
Verify Output:
5757
```
58-
$ oc get pods
58+
$ oc get pods -n gaudi-validation
5959
NAME READY STATUS RESTARTS AGE
6060
hccl-demo-workload-1-build 0/1 Completed 0 23m
6161
hccl-demo-workload-wq8mx 0/1 Completed 0 10m
6262
```
6363
```
64-
$ oc logs hccl-demo-workload-wq8mx
64+
$ oc logs hccl-demo-workload-wq8mx -n gaudi-validation
6565
Affinity: Numa mapping directory: /tmp/affinity_topology_output
6666
Affinity: Script has not been executed before, going to execute...
6767
Affinity: Script has finished successfully
@@ -74,4 +74,4 @@ Welcome to HCCL demo
7474
[BENCHMARK] NW Bandwidth : 258.209121 GB/s
7575
[BENCHMARK] Algo Bandwidth : 147.548069 GB/s
7676
####################################################################################################
77-
```
77+
```

0 commit comments

Comments
 (0)