You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CNF_TESTSUITE_YML_USAGE.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
The cnf-testsuite.yml is used by `cnf_setup` in order to install the CNF to be tested onto an existing K8s cluster.
5
5
6
6
7
-
The information in the cnf-testsuite.yml is also used for additional configuration of some tests e.g. `allowlist_helm_chart_container_names` is used for exculding containers from the [privileged](https://github.com/cncf/cnf-testsuite/blob/main/src/tasks/workload/security.cr#L196) container test.
7
+
The information in the cnf-testsuite.yml is also used for additional configuration of some tests e.g. `allowlist_helm_chart_container_names` is used for exculding containers from the [privileged](https://github.com/cnti-testcatalog/testsuite/blob/main/src/tasks/workload/security.cr#L196) container test.
8
8
9
9
10
10
### Table of Contents
@@ -16,7 +16,7 @@ The information in the cnf-testsuite.yml is also used for additional configurati
16
16
17
17
### Overview of all cnf-testsuite.yml
18
18
19
-
The following is a basic working example cnf-testsuite.yml file that can be found in the cnf-testsuite respository: [cnf-testsuite.example.yml](https://github.com/cncf/cnf-testsuite/blob/CNF_TESTSUITE_YML%231357/example-cnfs/coredns/cnf-testsuite.yml)
19
+
The following is a basic working example cnf-testsuite.yml file that can be found in the cnf-testsuite respository: [cnf-testsuite.example.yml](https://github.com/cnti-testcatalog/testsuite/blob/CNF_TESTSUITE_YML%231357/example-cnfs/coredns/cnf-testsuite.yml)
20
20
21
21
```yaml=
22
22
---
@@ -94,7 +94,7 @@ This is the path to the helm chart directory (relative to the location of the cn
94
94
95
95
An example of a helm directory can be found [here](https://github.com/helm/charts/tree/master/stable/coredns).
96
96
97
-
The PATH is also relative to the location of the cnf-testsuite.yml. So if the cnf-testsuite.yml is in the directory `sample-cnfs/sample_coredns/cnf-testsuite.yml` and helm_directory is set to `helm_directory: chart` the test suite would expect to find the chart under [`sample-cnfs/sample_coredns/chart`](https://github.com/cncf/cnf-testsuite/tree/main/sample-cnfs/sample_coredns/chart)
97
+
The PATH is also relative to the location of the cnf-testsuite.yml. So if the cnf-testsuite.yml is in the directory `sample-cnfs/sample_coredns/cnf-testsuite.yml` and helm_directory is set to `helm_directory: chart` the test suite would expect to find the chart under [`sample-cnfs/sample_coredns/chart`](https://github.com/cnti-testcatalog/testsuite/tree/main/sample-cnfs/sample_coredns/chart)
98
98
99
99
Example Setting:
100
100
@@ -117,9 +117,9 @@ Example Setting:
117
117
This is the path to a directory of manifest files for installing the cnf (relative to the location of the cnf-testsuite.yml). This, or [helm_chart](#helm_chart), or [helm_directory](#helm_directory) must be set, but only one **(mutually exclusive)**. This argument is used by cnf_setup in order to deploy the CNF being tested onto an existing K8s cluster.
118
118
119
119
120
-
An example of a manifest directory can be found [here](https://github.com/cncf/cnf-testsuite/tree/main/sample-cnfs/sample_nonroot/manifests).
120
+
An example of a manifest directory can be found [here](https://github.com/cnti-testcatalog/testsuite/tree/main/sample-cnfs/sample_nonroot/manifests).
121
121
122
-
The PATH is also relative to the location of the cnf-testsuite.yml. So if the cnf-testsuite.yml is in the directory `sample-cnfs/sample_nonroot/cnf-testsuite.yml` and manifest_directory is set to `manifest_directory: manifests` the test suite would expect to find the manifest files under [`sample-cnfs/sample_nonroot/manifests`](https://github.com/cncf/cnf-testsuite/tree/main/sample-cnfs/sample_nonroot/manifests)
122
+
The PATH is also relative to the location of the cnf-testsuite.yml. So if the cnf-testsuite.yml is in the directory `sample-cnfs/sample_nonroot/cnf-testsuite.yml` and manifest_directory is set to `manifest_directory: manifests` the test suite would expect to find the manifest files under [`sample-cnfs/sample_nonroot/manifests`](https://github.com/cnti-testcatalog/testsuite/tree/main/sample-cnfs/sample_nonroot/manifests)
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ Issues are used as the primary method for tracking items in the CNF Test Suite i
27
27
### Issue Templates
28
28
29
29
**1. New Features:**
30
-
To request an enhancement, please create a new issue using the [**Feature Request**](https://github.com/cncf/cnf-testsuite/issues/new?assignees=&labels=enhancement&template=feature-request.md&title=%5BFeature%5D) Template
30
+
To request an enhancement, please create a new issue using the [**Feature Request**](https://github.com/cnti-testcatalog/testsuite/issues/new?assignees=&labels=enhancement&template=feature-request.md&title=%5BFeature%5D) Template
31
31
32
32
**2. Report Bugs:**
33
-
To report a bug, please create a new issue using the [**Bug Report**](https://github.com/cncf/cnf-testsuite/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D) Template. Check out [How to Report Bugs Effectively](https://www.chiark.greenend.org.uk/~sgtatham/bugs.html.).
33
+
To report a bug, please create a new issue using the [**Bug Report**](https://github.com/cnti-testcatalog/testsuite/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D) Template. Check out [How to Report Bugs Effectively](https://www.chiark.greenend.org.uk/~sgtatham/bugs.html.).
34
34
35
35
NOTE: To help with debugging, you can enable higher logging level output via the command line or env var
36
36
@@ -55,11 +55,11 @@ Check [usage documentation](USAGE.md) for more info about invoking commands and
55
55
56
56
**3. New CNF Test Suite Tests:**
57
57
58
-
- To request a new workload test, please create a new issue using the [**New Workload Test**](https://github.com/cncf/cnf-testsuite/issues/new?assignees=&labels=workload&template=new-workload-test.md&title=%5BWorkload%5D) Template
59
-
- To request a new platform test, please create a new issue using the [**New Platform Test**](https://github.com/cncf/cnf-testsuite/issues/new?assignees=&labels=platform&template=new-platform-test.md&title=%5BPlatform%5D) Template
58
+
- To request a new workload test, please create a new issue using the [**New Workload Test**](https://github.com/cnti-testcatalog/testsuite/issues/new?assignees=&labels=workload&template=new-workload-test.md&title=%5BWorkload%5D) Template
59
+
- To request a new platform test, please create a new issue using the [**New Platform Test**](https://github.com/cnti-testcatalog/testsuite/issues/new?assignees=&labels=platform&template=new-platform-test.md&title=%5BPlatform%5D) Template
60
60
61
61
**4. New CNF Example:**
62
-
To suggest a new CNF, please create a GitHub issue using the [New Example CNF template](https://github.com/cncf/cnf-testsuite/issues/new?assignees=&labels=example+CNF&template=new-example-cnf.md&title=%5BCNF%5D).
62
+
To suggest a new CNF, please create a GitHub issue using the [New Example CNF template](https://github.com/cnti-testcatalog/testsuite/issues/new?assignees=&labels=example+CNF&template=new-example-cnf.md&title=%5BCNF%5D).
63
63
64
64
To install the CNF Test Suite and run a CNF, follow instructions at:
65
65
@@ -75,7 +75,7 @@ The test framework and tests (using upstream tools) are written in the human rea
75
75
76
76
Outline of what a contributor's workflow looks like:
77
77
78
-
1. Fork it (https://github.com/cncf/cnf-testsuite/fork)
78
+
1. Fork it (https://github.com/cnti-testcatalog/testsuite/fork)
79
79
1. Create a branch from where you want to base your work (usually main). Example `git checkout -b my-new-feature)`
80
80
1. Read the [INSTALL.md](install for build and test instructions)
81
81
1. Make your changes and arrange them in readable commits.
@@ -109,7 +109,7 @@ For general advice on how to submit a pull request, please see [Creating a pull
Copy file name to clipboardexpand all lines: CONTRIBUTION_LADDER.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ How you can learn more?
25
25
26
26
* Read the [install guide](INSTALL.md), [usage guide](USAGE.md), [FAQ](FAQ.md), and other documentation
27
27
* Request a live demonstration and introduction of the test suite ([book a time on Calendly](https://calendly.com/cnftestsuite))
28
-
* Come chat with us in [Slack](https://cloud-native.slack.com/archives/C014TNCEX8R) or start a [discussion](https://github.com/cncf/cnf-testsuite/discussions)
28
+
* Come chat with us in [Slack](https://cloud-native.slack.com/archives/C014TNCEX8R) or start a [discussion](https://github.com/cnti-testcataglog/testsuite/discussions)
29
29
30
30
## Community Participant
31
31
@@ -40,7 +40,7 @@ How you can be more involved and participate in the community:
40
40
* Helping other users
41
41
* Commenting on issues
42
42
* Trying out new releases
43
-
* Attending [community meetings](https://github.com/cncf/cnf-testsuite#communication-and-community-meetings) and events
43
+
* Attending [community meetings](https://github.com/cnti-testcatalog/testsuite#communication-and-community-meetings) and events
Copy file name to clipboardexpand all lines: FAQ.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -37,23 +37,23 @@
37
37
<details> <summary>If I found a bug or I think it's a bug, how do I report it?</summary>
38
38
<p>
39
39
40
-
- If you would like to report a bug, please create a [new issue](https://github.com/cncf/cnf-testsuite/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D) (using the **Bug Report** Template).
40
+
- If you would like to report a bug, please create a [new issue](https://github.com/cnti-testcatalog/testsuite/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D) (using the **Bug Report** Template).
41
41
42
42
</p>
43
43
</details>
44
44
45
45
<details> <summary>How do I request a new feature?</summary>
46
46
<p>
47
47
48
-
- If you would like to request an enhancement, please create a [new issue](https://github.com/cncf/cnf-testsuite/issues/new?assignees=&labels=enhancement&template=feature-request.md&title=%5BFeature%5D) (using the **Feature Request** Template).
48
+
- If you would like to request an enhancement, please create a [new issue](https://github.com/cnti-testcatalog/testsuite/issues/new?assignees=&labels=enhancement&template=feature-request.md&title=%5BFeature%5D) (using the **Feature Request** Template).
49
49
50
50
</p>
51
51
</details>
52
52
53
53
<details> <summary>Can I request a new workload or platform test for the CNF Test Suite?</summary>
54
54
<p>
55
55
56
-
- Yes. If you would like to request a new workload test, please create a [new issue](https://github.com/cncf/cnf-testsuite/issues/new?assignees=&labels=workload&template=new-workload-test.md&title=%5BWorkload%5D) (using the **New Workload Test** Template) or create a [new issue](https://github.com/cncf/cnf-testsuite/issues/new?assignees=&labels=platform&template=new-platform-test.md&title=%5BPlatform%5D) (using the **New Platform Test** Template).
56
+
- Yes. If you would like to request a new workload test, please create a [new issue](https://github.com/cnti-testcatalog/testsuite/issues/new?assignees=&labels=workload&template=new-workload-test.md&title=%5BWorkload%5D) (using the **New Workload Test** Template) or create a [new issue](https://github.com/cnti-testcatalog/testsuite/issues/new?assignees=&labels=platform&template=new-platform-test.md&title=%5BPlatform%5D) (using the **New Platform Test** Template).
57
57
58
58
</p>
59
59
</details>
@@ -79,7 +79,7 @@
79
79
<details> <summary>How are points assigned for tests?</summary>
80
80
<p>
81
81
82
-
- Points are different for each test and workload but in general terms, pass defaults to 5 and fail is a -1. See [points.yml](https://github.com/cncf/cnf-testsuite/blob/main/embedded_files/points.yml) for more details on the different points for default scoring.
82
+
- Points are different for each test and workload but in general terms, pass defaults to 5 and fail is a -1. See [points.yml](https://github.com/cnti-testcatalog/testsuite/blob/main/embedded_files/points.yml) for more details on the different points for default scoring.
- The Latest Binary (or you can select a previous release if desired) can be pulled down with wget, curl or you're own preferred method. Once downloaded you'll need to make the binary executable and manually add to your path:
- There are other examples in the [examples-cnfs](https://github.com/cncf/cnf-testsuite/tree/master/example-cnfs) directory that can be used for testing as well.
219
+
- There are other examples in the [examples-cnfs](https://github.com/cnti-testcatalog/testsuite/tree/master/example-cnfs) directory that can be used for testing as well.
Copy file name to clipboardexpand all lines: KIND-INSTALL.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,4 +56,4 @@ for node in $(kind get nodes); do
56
56
done
57
57
```
58
58
59
-
Now you can use CNFs that require Multus and CNIs, e.g. [examples/ip-forwarder](https://github.com/cncf/cnf-testsuite/tree/main/example-cnfs/ip-forwarder)
59
+
Now you can use CNFs that require Multus and CNIs, e.g. [examples/ip-forwarder](https://github.com/cnti-testcatalog/testsuite/tree/main/example-cnfs/ip-forwarder)
0 commit comments