Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tests/ and examples/demo/ #17003

Merged
merged 4 commits into from
Jul 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/conformance-k8s-network-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
kubectl wait --for condition=Established crd/ciliumnetworkpolicies.cilium.io --timeout=5m

- name: Run cyclonus network policy test
working-directory: tests/netpol-cyclonus
working-directory: test/k8sT/manifests/netpol-cyclonus
run: ./test-cyclonus.sh

- name: Capture cilium-sysdump
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ outgoing

man/

tests/cilium-files
test/envoy/cilium-files
test/test_results*
test/.vagrant
test/tmp.yaml
Expand Down
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ Jenkinsfile.nightly @cilium/ci-structure
/test/runtime/kvstore.go @cilium/kvstore @cilium/ci-structure
/test/runtime/chaos_agent.go @cilium/agent @cilium/ci-structure
/test/runtime/chaos_endpoint.go @cilium/endpoint @cilium/ci-structure
/tests/ @cilium/ci-structure
/tools/ @cilium/contributing
Vagrantfile @cilium/ci-structure
/Vagrantfile @cilium/contributing
Expand Down
2 changes: 1 addition & 1 deletion Documentation/contributing/development/dev_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ run this bash test script:

.. code-block:: shell-session

$ tests/envoy-smoke-test.sh
$ test/envoy/envoy-smoke-test.sh

This test launches three docker containers (one curl client, and two
httpd servers) and tests various simple network policies with
Expand Down
37 changes: 0 additions & 37 deletions examples/demo/demo1.sh

This file was deleted.

87 changes: 0 additions & 87 deletions examples/demo/demo2.sh

This file was deleted.

46 changes: 0 additions & 46 deletions examples/demo/demo3.sh

This file was deleted.

6 changes: 0 additions & 6 deletions examples/demo/demo3_bottom.sh

This file was deleted.

48 changes: 0 additions & 48 deletions examples/demo/demo3_top.sh

This file was deleted.

36 changes: 0 additions & 36 deletions examples/demo/demo5.sh

This file was deleted.

12 changes: 0 additions & 12 deletions examples/demo/demo5_bottom.sh

This file was deleted.

40 changes: 0 additions & 40 deletions examples/demo/demo5_top.sh

This file was deleted.

9 changes: 0 additions & 9 deletions examples/demo/policy.json

This file was deleted.