Skip to content

Commit 244c81c

Browse files
committed
Address code review comments.
1 parent 3af04f3 commit 244c81c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

hack/run-e2e-kind.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ function kind-up-cluster {
123123

124124
for image in ${IMAGE_ECHOSERVER} ${IMAGE_UBUNTU_LATEST} ${IMAGE_MCAD}
125125
do
126-
127126
kind load docker-image ${image} ${CLUSTER_CONTEXT}
128127
if [ $? -ne 0 ]
129128
then
@@ -291,7 +290,6 @@ EOF
291290
}
292291

293292
function kube-test-env-up {
294-
295293
echo "---"
296294
export KUBECONFIG="$(kind get kubeconfig-path ${CLUSTER_CONTEXT})"
297295

test/e2e/util.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,8 +2886,9 @@ func createGenericStatefulSetAW(context *context, name string) *arbv1.AppWrapper
28862886
return appwrapper
28872887
}
28882888

2889-
// NOTE: Recommend this test not to be the last test in the test suite it may pass
2889+
// NOTE:
28902890
//
2891+
// Recommend this test not to be the last test in the test suite it may pass
28912892
// may pass the local test but may cause controller to fail which is not
28922893
// part of this test's validation.
28932894
func createBadPodTemplateAW(context *context, name string) *arbv1.AppWrapper {

0 commit comments

Comments
 (0)