Skip to content

Commit

Permalink
Move test containers to separate repo (#3454)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jan 20, 2023
1 parent 241e7a3 commit bda355c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 180 deletions.
4 changes: 4 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ Tests are marked with custom markers. The markers allow to logically split all t
```bash
$ python3 -m pytest --markers
```

## Test Containers

The source code for the tests containers used in some tests, for example the [transport-server-tcp-load-balance](./data/transport-server-tcp-load-balance/standard/service_deployment.yaml) is located at [kic-test-containers](https://github.com/nginxinc/kic-test-containers).
2 changes: 1 addition & 1 deletion tests/data/common/app/grpc-vs-mixed/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: greeter
image: nginxkic/test-grpc-server:0.1
image: ghcr.io/nginxinc/kic-test-grpc-server:0.1.2
ports:
- containerPort: 50051
---
Expand Down
4 changes: 2 additions & 2 deletions tests/data/common/app/grpc-vs/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: greeter
image: nginxkic/test-grpc-server:0.1
image: ghcr.io/nginxinc/kic-test-grpc-server:0.1.2
ports:
- containerPort: 50051
---
Expand Down Expand Up @@ -47,7 +47,7 @@ spec:
spec:
containers:
- name: greeter
image: nginxkic/test-grpc-server:0.1
image: ghcr.io/nginxinc/kic-test-grpc-server:0.1.2
ports:
- containerPort: 50051
---
Expand Down
2 changes: 1 addition & 1 deletion tests/data/common/app/grpc/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: greeter
image: nginxkic/test-grpc-server:0.1
image: ghcr.io/nginxinc/kic-test-grpc-server:0.1.2
ports:
- containerPort: 50051
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: tcp-service
image: nginxkic/tcp-server:1.2
image: ghcr.io/nginxinc/kic-test-tcp-server:0.1.2
ports:
- containerPort: 3333
name: tcp-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: udp-service
image: nginxkic/udp-server:1.2
image: ghcr.io/nginxinc/kic-test-udp-server:0.1.2
ports:
- containerPort: 3334
name: udp-server
Expand Down
18 changes: 0 additions & 18 deletions tests/test-servers/Dockerfile

This file was deleted.

48 changes: 0 additions & 48 deletions tests/test-servers/README.md

This file was deleted.

60 changes: 0 additions & 60 deletions tests/test-servers/tcp/main.go

This file was deleted.

48 changes: 0 additions & 48 deletions tests/test-servers/udp/main.go

This file was deleted.

0 comments on commit bda355c

Please sign in to comment.