Skip to content

Commit

Permalink
sec review (#444)
Browse files Browse the repository at this point in the history
Signed-off-by: mrunal.pagnis@oracle.com <mrunal.pagnis@oracle.com>
  • Loading branch information
mrunalpagnis committed Oct 26, 2023
1 parent ec6a0c2 commit a5fe226
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,7 @@ version:
build-local: build

.PHONY: test-local
test-local: build-dirs
@docker run --rm \
--privileged \
-w $(DOCKER_REPO_ROOT) \
-v $(PWD):$(DOCKER_REPO_ROOT) \
-e COMPONENT="$(COMPONENT)" \
-e GOPATH=/go/ \
odo-docker-signed-local.artifactory.oci.oraclecorp.com/odx-oke/oke/k8-manager-base:go1.20.4-1.0.19 \
test-local: build \
make coverage image

.PHONY: run-ccm-e2e-tests-local
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
implementation (or out-of-tree cloud-provider) for [Oracle Cloud
Infrastucture][1] (OCI).

[![wercker status](https://app.wercker.com/status/17a52304e0309d138ad41f7ae9f9ea49/s/master "wercker status")](https://app.wercker.com/project/byKey/17a52304e0309d138ad41f7ae9f9ea49)
[![Go Report Card](https://goreportcard.com/badge/github.com/oracle/oci-cloud-controller-manager)](https://goreportcard.com/report/github.com/oracle/oci-cloud-controller-manager)

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cloud-provider-oci/fss_static.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var _ = Describe("Mount Options Static FSS test", func() {
f.VolumeIds = append(f.VolumeIds, pvc.Spec.VolumeName)
pvcJig.CheckSinglePodReadWrite(f.Namespace.Name, pvc.Name, false, mountOptions)
})
// TODO : Uncomment the below test once https://jira-sd.mc1.oracleiaas.com/browse/FSS-132761 is Done.
// TODO : Uncomment the below test once task is Done.
/*It("Create PV PVC and POD for FSS in-transit encryption with mount options", func() {
if setupF.Architecture == "AMD" {
checkNodeAvailability(f)
Expand Down

0 comments on commit a5fe226

Please sign in to comment.