mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-04 00:03:38 +00:00
with working loops this time
This commit is contained in:
parent
c653afa554
commit
092128d77b
@ -4,7 +4,7 @@ replication=10
|
||||
|
||||
echo "Deploying..."
|
||||
cd ../../Tools/CodexNetDeployer
|
||||
for i in {0..$replication}
|
||||
for i in $( seq 0 $replication)
|
||||
do
|
||||
dotnet run \
|
||||
--kube-config=/opt/kubeconfig.yaml \
|
||||
@ -22,11 +22,12 @@ do
|
||||
--block-mi=120 \
|
||||
--block-mn=10000 \
|
||||
--metrics=1 \
|
||||
--check-connect=1
|
||||
--check-connect=1 \
|
||||
-y
|
||||
done
|
||||
echo "Starting tests..."
|
||||
cd ../../Tests/CodexContinuousTests
|
||||
for i in {0..$replication}
|
||||
for i in $( seq 0 $replication)
|
||||
do
|
||||
screen -d -m dotnet run \
|
||||
--kube-config=/opt/kubeconfig.yaml \
|
||||
|
Loading…
x
Reference in New Issue
Block a user