summaryrefslogtreecommitdiffstats
path: root/utils/test/testapi/update/test.yml
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-10-16 15:02:12 +0800
committerSerena Feng <feng.xiaowei@zte.com.cn>2017-10-16 08:13:55 +0000
commitb95e0889ca5a80dc4f697845673d5471727bfc09 (patch)
tree47d69a058b9202ca13bcdf8f2bcef9555cca4e83 /utils/test/testapi/update/test.yml
parente1d4351f54b649ee9ad94d5b72934362c8a31413 (diff)
delete legacy update code
update directory was employed to update TestAPI before auto deployment is adopted, now it is useless and can be deleted. Change-Id: I4e5ae84e80879cd9f711dc1d02224ae4f5902e49 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'utils/test/testapi/update/test.yml')
-rw-r--r--utils/test/testapi/update/test.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/utils/test/testapi/update/test.yml b/utils/test/testapi/update/test.yml
deleted file mode 100644
index 943105c5f..000000000
--- a/utils/test/testapi/update/test.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-- hosts: "{{ host }}"
- remote_user: "{{ user }}"
- become: "yes"
- become_method: sudo
- vars:
- user: "root"
- tasks:
- - name: test connectivity
- command: "echo hello {{ host }}"
- register: result
- - debug: msg="{{ result }}"