remove unit test for previously removed consul-cni validation#3765
remove unit test for previously removed consul-cni validation#3765tgross wants to merge 1 commit intohashicorp:mainfrom
consul-cni validation#3765Conversation
In hashicorp#1527, we added support for OpenShift and Multus, which meant that the `consul-cni` plugin was no longer necessarily the final CNI plugin run. While working on a patch to allow compatibility with Nomad transparent proxy, I discovered we'd never removed a now-failing unit test of the plugin for the validation step. It looks like the remaining unit tests still cover the remaining validation, so we can safely remove this test. Ref: hashicorp#1527 Ref: hashicorp/nomad#10628
|
Thanks @thisisnotashwin! I don't have merge authority on this repo though, so if you're happy with it feel free to merge! |
|
hey @tgross, CI won't run on this fork because the branch does not have access to the token required for secrets used in CI. The easiest thing to do since you are in the HashiCorp org is to create a PR from the main repo under the hashicorp org and just have that one reviewed.
|
Oh yeah totally what I would have done originally. But it's unfortunately not enough to be a member of the HashiCorp org, you also have to be added as a committer to the repo: |
|
Closing in lieu of #3794, which was pushed directly now that we've got GitHub permissions sorted. |
In #1527, we added support for OpenShift and Multus, which meant that the
consul-cniplugin was no longer necessarily the final CNI plugin run. While working on a patch to allow compatibility with Nomad transparent proxy, I discovered (viagit bisect) we'd never removed a now-failing unit test of the plugin for the validation step. It looks like the remaining unit tests still cover the remaining validation, so we can safely remove this test.Ref: #1527
Ref: hashicorp/nomad#10628
How I've tested this PR
How I expect reviewers to test this PR
As above
Checklist
addedremovedCHANGELOG entry addedn/a