From d59ba98314e02be939938f682fd67cd68bbb3b68 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Mon, 26 Sep 2022 09:23:11 +0200 Subject: vm: add the proxyapp support (#3269) * vm: add pool.Close() support * vm: add proxyapp client implementation * vm/proxyapp: autogenerate mocks * vm/proxyapp: add proxyapp tests * pkg/mgrconfig: add proxyapp type tests --- tools/mockery.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tools/mockery.sh (limited to 'tools') diff --git a/tools/mockery.sh b/tools/mockery.sh new file mode 100755 index 000000000..751ae9da1 --- /dev/null +++ b/tools/mockery.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +# Copyright 2022 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +go run github.com/vektra/mockery/v2@v2.12.3 "$@" -- cgit mrf-deployment