Skip to content

Commit

Permalink
makefile formatting fixed (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
meggm authored May 25, 2022
1 parent 514ec01 commit 466cfee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions internal/monitor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ unity-integration-test:
go test -timeout 6h -test.v -test.run "^\QTestUnityFirstCheck\E|\QTestUnityIntegration\E"

powerscale-integration-test:
RESILIENCY_INT_TEST="true" \
RESILIENCY_TEST_CLEANUP="true" \
POLL_K8S="true" \
SCRIPTS_DIR="../../test/sh" \
go test -timeout 6h -test.v -test.run "^\QTestPowerScaleFirstCheck\E|\QTestPowerScaleIntegration\E"
RESILIENCY_INT_TEST="true" \
RESILIENCY_TEST_CLEANUP="true" \
POLL_K8S="true" \
SCRIPTS_DIR="../../test/sh" \
go test -timeout 6h -test.v -test.run "^\QTestPowerScaleFirstCheck\E|\QTestPowerScaleIntegration\E"


powerflex-short-integration-test:
Expand All @@ -52,11 +52,11 @@ unity-short-integration-test:
go test -timeout 6h -test.v -test.run "^\QTestUnityShortCheck\E|\QTestUnityShortIntegration\E"

powerscale-short-integration-test:
RESILIENCY_SHORT_INT_TEST="true" \
RESILIENCY_TEST_CLEANUP="true" \
POLL_K8S="true" \
SCRIPTS_DIR="../../test/sh" \
go test -timeout 6h -test.v -test.run "^\QTestPowerScaleShortCheck\E|\QTestPowerScaleShortIntegration\E"
RESILIENCY_SHORT_INT_TEST="true" \
RESILIENCY_TEST_CLEANUP="true" \
POLL_K8S="true" \
SCRIPTS_DIR="../../test/sh" \
go test -timeout 6h -test.v -test.run "^\QTestPowerScaleShortCheck\E|\QTestPowerScaleShortIntegration\E"

powerflex-array-interface-test:
RESILIENCY_INT_TEST="true" \
Expand Down
8 changes: 4 additions & 4 deletions internal/monitor/run.integration
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ run_e2e_test() {
echo "Clean up any remaining $tester_prefix test pods"
sh $RESILIENCY/test/podmontest/uns.sh --prefix "$tester_prefix" --instances 18
sleep "$SLEEP_TIME"
sh $RESILIENCY/tools/mon.sh --once
sh $RESILIENCY/tools/monx.sh --once

# Run the e2e
echo "****************** Execute the $storage_type E2E test *****************"
Expand All @@ -34,7 +34,7 @@ run_e2e_test() {
echo "E2E test for $storage_type had Return code: " $RC

date
sh $RESILIENCY/tools/mon.sh --once
sh $RESILIENCY/tools/monx.sh --once

# Collect logs
echo "Collecting driver logs from $driver_namespace namespace"
Expand All @@ -48,10 +48,10 @@ while [ $ITER -le $ITERATIONS ]; do

run_e2e_test "powerflex" "vxflexos" "pmtv"
run_e2e_test "unity" "unity" "pmtu"
run_e2e_test "isilon" "isilon" "pmti"
run_e2e_test "powerscale" "isilon" "pmti"

sleep "$SLEEP_TIME"
sh $RESILIENCY/tools/mon.sh --once
sh $RESILIENCY/tools/monx.sh --once

ITER=$((ITER + 1))
if [ -e stop ]; then
Expand Down

0 comments on commit 466cfee

Please sign in to comment.