From e39d2344ca09ff036999ec96a3fe68d895858d41 Mon Sep 17 00:00:00 2001 From: liyin Date: Fri, 20 Jan 2017 09:22:20 +0800 Subject: bottlenecks ssh to VM by python JIRA:BOTTLENECK-127 This file is a copy of yardstick. This file have been tested. All function could be used in bottlenecks VM. This include some function about how to excute commonds to VM. This will be used in Bottlenecks functional testing. Change-Id: I123a6753d0b7855948ae9bf7bedc245f90c4a3b6 Signed-off-by: liyin --- utils/infra_setup/passwordless_SSH/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 utils/infra_setup/passwordless_SSH/__init__.py (limited to 'utils/infra_setup/passwordless_SSH/__init__.py') diff --git a/utils/infra_setup/passwordless_SSH/__init__.py b/utils/infra_setup/passwordless_SSH/__init__.py new file mode 100644 index 00000000..b124dfa9 --- /dev/null +++ b/utils/infra_setup/passwordless_SSH/__init__.py @@ -0,0 +1,8 @@ +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. +# +# 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 +############################################################################## -- cgit 1.2.3-korg