Skip to content

Commit

Permalink
Rename cleanup_all.sh to cleanup-all.sh and fix broken ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
sawsa307 committed Nov 15, 2023
1 parent d38d64a commit 1ca299e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ make test

To cleanup all tests separately, use the following command from test/:
```
./test/cleanup_all.sh
./test/cleanup-all.sh
```

## Adding a new recipe test
Expand All @@ -95,6 +95,6 @@ gke-networking-recipes/

Note that the files have to be named in the exact way to be picked up by the [test framework](recipe_test.go). If any of the test files is missing, it would be skipped by the framework.

You should validate your test passes by following instruction from `Running tests locally`. When creating a new test, you can utilize the helper functions defined in the [helper functions library](./helper.sh). You can find examples for each test file in the [test_example](./test_example/). In general, each test should contain at least one `check_http_status` call in its run-test.sh to validate the traffic.
You should validate your test passes by following instruction from `Running tests locally`. When creating a new test, you can utilize the helper functions defined in the [helper functions library](./helper.sh). You can find examples for each test file in the [test-example](./test-example/). In general, each test should contain at least one `check_http_status` call in its run-test.sh to validate the traffic.

For additional helper functions, please submit a feature request or raise a pull request with example.
File renamed without changes.

0 comments on commit 1ca299e

Please sign in to comment.