vivid's openssh and samba smoke tests failing due to missing paramiko package
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Ubuntu Test Cases |
Undecided
|
Diogo Matsubara | ||
Bug Description
http://
http://
Both smoke tests have test cases that import paramiko to be able to programmatically ssh into the local ssh server.
The error reported is:
stderr: |-
Traceback (most recent call last):
File "test.py", line 26, in <module>
import paramiko
ImportError: No module named paramiko
And the test cases are:
http://
http://
It's likely that the error appears now on Vivid because Vivid's python-bzrlib (which is installed as a dependency for bzr which in turn is in the preseed for both tests) have a different Recommends line than the one in Trusty
The one on Trusty is: Recommends: ca-certificates, python-
Related branches
- Robie Basak: Needs Information on 2015-04-29
- Diogo Matsubara (community): Approve on 2015-04-29
- Francis Ginther (community): Approve on 2015-04-21
-
Diff: 92 lines (+8/-8)6 files modifiedpreseeds/lamp.preseed (+1/-1)
preseeds/minimal-virtual.preseed (+1/-1)
preseeds/multi-lvm.preseed (+1/-1)
preseeds/openssh-server.preseed (+2/-2)
preseeds/raid1.preseed (+1/-1)
preseeds/samba-server.preseed (+2/-2)
- Ubuntu Server Developers: Pending requested 2015-04-30
-
Diff: 35 lines (+4/-2)4 files modifiedtestsuites/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)
| summary: |
- vivid's openssh and sambe smoke tests failing due to missing paramiko + vivid's openssh and samba smoke tests failing due to missing paramiko package |
| Changed in ubuntu-test-cases: | |
| status: | New → In Progress |
| Changed in ubuntu-test-cases: | |
| assignee: | nobody → Diogo Matsubara (matsubara) |
| status: | In Progress → Fix Released |
