Skip to content

Commit 78c613f

Browse files
committed
fix markdown formatting
1 parent 049b5d4 commit 78c613f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/test-runs.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ spec:
434434
If Cyclonus detects a discrepancy between actual and expected connectivity, it will print out several additional
435435
pieces of information to help you pinpoint, debug and understand the failure.
436436

437-
The first piece is the expected connectivity matrix from the point of view of *ingress* rules.
437+
The first piece is the expected connectivity matrix from the point of view of **ingress** rules.
438438

439439
```
440440
Discrepancy found:17 wrong, 0 ignored, 64 correct
@@ -469,7 +469,7 @@ Expected ingress:
469469

470470
### Piece 4: expected egress connectivity
471471

472-
The second additional piece of data is the expected connectivity from the point of view of *egress* rules.
472+
The second additional piece of data is the expected connectivity from the point of view of **egress** rules.
473473

474474
```
475475
Expected egress:
@@ -503,11 +503,11 @@ Expected egress:
503503

504504
### Piece 5: expect combined connectivity
505505

506-
The third additional piece of data is the expected *combined* connectivity -- taking into account both ingress and egress
506+
The third additional piece of data is the expected **combined** connectivity -- taking into account both ingress and egress
507507
expected connectivity.
508508

509509
Remember that network policies only allow traffic if both ingress and egress are allowed. Therefore, this table is a
510-
combination of the two separate *ingress*-only and *egress*-only tables from the previous two pieces.
510+
combination of the two separate **ingress**-only and **egress**-only tables from the previous two pieces.
511511

512512
```
513513
Expected combined:
@@ -635,7 +635,7 @@ Recall that we have 9 pods in our test. Therefore, we have 9 x 9 = 81 combinati
635635
Additionally, for each pod/pod combination we test multiple ports and protocols. In this example, we have 2 ports and
636636
3 protocols, so overall we have 81 x 2 x 3 = 486 data points, each represented by a `.` or `X`.
637637

638-
The leftmost column is the *source* pod. The topmost row is the *destination* pod.
638+
The leftmost column is the **source** pod. The topmost row is the **destination** pod.
639639

640640
The top/left cell shows the table schema -- the order of protocol/port in this cell corresponds to the protocol/port
641641
used for each pod->pod request, in the same order for the appropriate cell.

0 commit comments

Comments
 (0)