Skip to content

Commit

Permalink
Update mesheryctl.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Tiwari <[email protected]>
  • Loading branch information
Revolyssup authored Jan 9, 2023
1 parent e351e6e commit 665c40d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mesheryctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ main() {

mesheryctl system config minikube -t ~/auth.json
fi
rand_string=$(openssl rand -hex 3)
perf_profile_name="$rand_string-$perf_profile_name"
echo "Running test with performance profile $perf_profile_name"
mesheryctl perf apply $perf_profile_name -t ~/auth.json --yes

Expand All @@ -55,7 +57,10 @@ main() {
docker network connect bridge meshery_meshery_1
docker network connect minikube meshery_meshery_1
mesheryctl system config minikube -t ~/auth.json


rand_string=$(openssl rand -hex 3)
perf_profile_name="$rand_string-$perf_profile_name"

echo "Configuration file: $perf_filename"
echo "Endpoint URL: $endpoint_url"
echo "Service Mesh: $service_mesh"
Expand Down

0 comments on commit 665c40d

Please sign in to comment.