Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Added the golang client to our e2e testing #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

phansGithub
Copy link
Contributor

Note: due to mixing the client testing with the regular UDS testing, the fix/work around was to run the test with slightly different settings.

Note:
GetClientVersion has not been added yet to the e2e testing as of this comment, will add it in soon.

@phansGithub
Copy link
Contributor Author

Update: Added in GetClientVersion

Copy link
Contributor

@patrickog11 patrickog11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - just that one issue regarding the CI staticcheck job

@@ -58,7 +58,7 @@ jobs:
run: sudo apt-get update && sudo apt install libbpf-dev clang llvm gcc-multilib

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
run: go install honnef.co/go/tools/cmd/staticcheck@latest && go get github.com/intel/afxdp-plugins-for-kubernetes/pkg/goclient
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we separate these two commands. Also, must we import github.com/intel/afxdp-plugins-for-kubernetes/pkg/goclient for fresh environments? if it's required each time, it would be worth adding a check before executing the e2e.

Signed-off-by: phansGithub <root@silpixa00401197b.ir.intel.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants