terraform-provider-citrixadc
terraform-provider-citrixadc copied to clipboard
New Resource: cmpglobal_cmppolicy_binding
Adding a new resource for globally binding cmppolicy resource.
Closes: #650
This DCO check is complaining about ownership of a commit that I brought from the master
branch to resolve a conflict. I am not sure how to resolve this.
Also Is anyone aware of how to run acctests against a netscaler that does not have a valid certificate? I have a local netscaler that I used when writing and validating this resource, but was unable to run the acctests against it as the certificate is not valid (as expected since its a local VM).
I as able to run my acceptance tests over http:
make testacc TESTARGS='-run=TestAccCmppolicy_global_binding_basic'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -run=TestAccCmppolicy_global_binding_basic -timeout 120m
? github.com/citrix/terraform-provider-citrixadc [no test files]
2022/07/25 12:01:39 [DEBUG] citrixadc-provider-test: In init
2022/07/25 12:01:39 [DEBUG] citrixadc-provider-test: In isTargetAdcCluster
2022/07/25 12:01:39 Helper client instantiated
=== RUN TestAccCmppolicy_global_binding_basic
--- PASS: TestAccCmppolicy_global_binding_basic (4.22s)
PASS
ok github.com/citrix/terraform-provider-citrixadc/citrixadc 4.936s
Still not sure how to resolve the DCO test, I have followed the steps mentioned as a fix.
I Figured out the DCO check, there was a commit to resolve the merge conflict that was missing the sing off commit message.