Skip to content

Commit a5fe226

Browse files
authored
sec review (#444)
Signed-off-by: mrunal.pagnis@oracle.com <mrunal.pagnis@oracle.com>
1 parent ec6a0c2 commit a5fe226

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

Makefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,7 @@ version:
188188
build-local: build
189189

190190
.PHONY: test-local
191-
test-local: build-dirs
192-
@docker run --rm \
193-
--privileged \
194-
-w $(DOCKER_REPO_ROOT) \
195-
-v $(PWD):$(DOCKER_REPO_ROOT) \
196-
-e COMPONENT="$(COMPONENT)" \
197-
-e GOPATH=/go/ \
198-
odo-docker-signed-local.artifactory.oci.oraclecorp.com/odx-oke/oke/k8-manager-base:go1.20.4-1.0.19 \
191+
test-local: build \
199192
make coverage image
200193

201194
.PHONY: run-ccm-e2e-tests-local

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
implementation (or out-of-tree cloud-provider) for [Oracle Cloud
55
Infrastucture][1] (OCI).
66

7-
[![wercker status](https://app.wercker.com/status/17a52304e0309d138ad41f7ae9f9ea49/s/master "wercker status")](https://app.wercker.com/project/byKey/17a52304e0309d138ad41f7ae9f9ea49)
87
[![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)
98

109
## Introduction

test/e2e/cloud-provider-oci/fss_static.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var _ = Describe("Mount Options Static FSS test", func() {
5959
f.VolumeIds = append(f.VolumeIds, pvc.Spec.VolumeName)
6060
pvcJig.CheckSinglePodReadWrite(f.Namespace.Name, pvc.Name, false, mountOptions)
6161
})
62-
// TODO : Uncomment the below test once https://jira-sd.mc1.oracleiaas.com/browse/FSS-132761 is Done.
62+
// TODO : Uncomment the below test once task is Done.
6363
/*It("Create PV PVC and POD for FSS in-transit encryption with mount options", func() {
6464
if setupF.Architecture == "AMD" {
6565
checkNodeAvailability(f)

0 commit comments

Comments
 (0)