summaryrefslogtreecommitdiffstats
path: root/utils/infra_setup/passwordless_SSH/__init__.py
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2017-01-20 09:22:20 +0800
committerliyin <liyin11@huawei.com>2017-01-20 09:26:49 +0800
commite39d2344ca09ff036999ec96a3fe68d895858d41 (patch)
tree9cd660254a04db74c5b6cefe60c592b9a5563958 /utils/infra_setup/passwordless_SSH/__init__.py
parentf419c51fea3219386308b34971e76a908693b33d (diff)
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 <liyin11@huawei.com>
Diffstat (limited to 'utils/infra_setup/passwordless_SSH/__init__.py')
-rw-r--r--utils/infra_setup/passwordless_SSH/__init__.py8
1 files changed, 8 insertions, 0 deletions
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
+##############################################################################