This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation and prefix changes (#12)
- prefixes changed in fuzzing, withdraw e2e and cndp where necessary - updates ReadMe in root, e2e and fuzz. - uds_fuzz.go changes prefix for pod validation
- Loading branch information
1 parent
956104e
commit b044286
Showing
9 changed files
with
101 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
test/fuzz/deviceplugin/cndp/pod-1c1d.yaml → ...uzz/deviceplugin/cndp/afxdp-fuzz-pod.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
apiVersion: v1 | ||
kind: Pod | ||
metadata: | ||
name: cndp-e2e-test | ||
name: afxdp-fuzz-test | ||
annotations: | ||
k8s.v1.cni.cncf.io/networks: cndp-e2e-test | ||
k8s.v1.cni.cncf.io/networks: afxdp-fuzz-test | ||
spec: | ||
containers: | ||
- name: cndp | ||
image: cndp-e2e-test:latest | ||
- name: afxdp | ||
image: afxdp-fuzz-test:latest | ||
imagePullPolicy: Never | ||
command: ["tail", "-f", "/dev/null"] | ||
resources: | ||
requests: | ||
cndp/e2e: '1' | ||
cndp/fuzz: '1' | ||
limits: | ||
cndp/e2e: '1' | ||
cndp/fuzz: '1' | ||
restartPolicy: Never |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters