Merge lp:~matsubara/ubuntu-test-cases/dep-paramiko-bug-1443997 into lp:ubuntu-test-cases/server

Proposed by Diogo Matsubara
Status: Merged
Merged at revision: 101
Proposed branch: lp:~matsubara/ubuntu-test-cases/dep-paramiko-bug-1443997
Merge into: lp:ubuntu-test-cases/server
Diff against target: 35 lines (+4/-2)
4 files modified
testsuites/openssh-server/test_ssh_access/tc_control (+1/-1)
testsuites/openssh-server/ts_control (+1/-0)
testsuites/samba-server/test_wbinfo_minus_u/tc_control (+1/-1)
testsuites/samba-server/ts_control (+1/-0)
To merge this branch: bzr merge lp:~matsubara/ubuntu-test-cases/dep-paramiko-bug-1443997
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+257905@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'testsuites/openssh-server/test_ssh_access/tc_control'
2--- testsuites/openssh-server/test_ssh_access/tc_control 2012-11-14 10:56:53 +0000
3+++ testsuites/openssh-server/test_ssh_access/tc_control 2015-04-30 14:53:10 +0000
4@@ -1,5 +1,5 @@
5 description: Login to the SSH server to verify it works
6-dependencies: n/a
7+dependencies: python-paramiko
8 action: |
9 1. Login via ssh
10 2. Login using SFTP and upload a file.
11
12=== modified file 'testsuites/openssh-server/ts_control'
13--- testsuites/openssh-server/ts_control 2012-08-29 10:33:48 +0000
14+++ testsuites/openssh-server/ts_control 2015-04-30 14:53:10 +0000
15@@ -1,1 +1,2 @@
16 timeout: 500
17+ts_setup: "sudo apt-get -y install python-paramiko"
18
19=== modified file 'testsuites/samba-server/test_wbinfo_minus_u/tc_control'
20--- testsuites/samba-server/test_wbinfo_minus_u/tc_control 2012-11-14 10:56:53 +0000
21+++ testsuites/samba-server/test_wbinfo_minus_u/tc_control 2015-04-30 14:53:10 +0000
22@@ -1,5 +1,5 @@
23 description: A test to query information from winbind deamon
24-dependencies: n/a
25+dependencies: python-paramiko
26 action: |
27 1. Login via ssh to creare an account
28 2. List the users avail in windows network
29
30=== modified file 'testsuites/samba-server/ts_control'
31--- testsuites/samba-server/ts_control 2012-08-29 10:33:48 +0000
32+++ testsuites/samba-server/ts_control 2015-04-30 14:53:10 +0000
33@@ -1,1 +1,2 @@
34 timeout: 500
35+ts_setup: "sudo apt-get -y install python-paramiko"

Subscribers

People subscribed via source and target branches