summaryrefslogtreecommitdiffstats
path: root/clover/tools/jmeter/jmeter-master/grpc/build_proto.sh
diff options
context:
space:
mode:
authorStephen Wong <stephen.kf.wong@gmail.com>2018-08-19 07:17:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-19 07:17:28 +0000
commitd24dce594859ece995e2775013951a3e12258d95 (patch)
tree5b0775bb55746c366b67bc67114e98cf7a8283a3 /clover/tools/jmeter/jmeter-master/grpc/build_proto.sh
parent6fcc32c8d357c1f1e6b4aa667df0c1aa2c87d6f2 (diff)
parente904c8e2d35cb16f744a0de3b20466ad3befa36d (diff)
Merge "Implement initial Jmeter master/slave containers"
Diffstat (limited to 'clover/tools/jmeter/jmeter-master/grpc/build_proto.sh')
-rwxr-xr-xclover/tools/jmeter/jmeter-master/grpc/build_proto.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/clover/tools/jmeter/jmeter-master/grpc/build_proto.sh b/clover/tools/jmeter/jmeter-master/grpc/build_proto.sh
new file mode 100755
index 0000000..52dfd0a
--- /dev/null
+++ b/clover/tools/jmeter/jmeter-master/grpc/build_proto.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+#
+# Copyright (c) Authors of Clover
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+
+python -m grpc_tools.protoc -I./ --python_out=. --grpc_python_out=. jmeter.proto