We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c48436 commit f57f135Copy full SHA for f57f135
test_project/README.md
@@ -1,12 +1,12 @@
1
# Test Project
2
3
-This project demonstrates the use of the custom netmiko cli test
+This project demonstrates the use of a custom Netmiko CLI test.
4
5
## Setup
6
7
-A Linux container needs to be running and expose SSH over port 2222
+To run this test, a Linux container must be active and configured to expose SSH on port 2222.
8
9
-The GitHub Action workflow stats the container:
+The GitHub Action workflow initiates the container with the following configuration:
10
11
```yaml
12
services:
0 commit comments