-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: update the ftp source for integration test (#1169)
kernel.org has just shut down the ftp server, so we need to use a different one. To avoid this happening again, the test starts a local ftp server. This adds python3-pyftpdlib to the autopkgtest dependencies. LP: #1669541
- Loading branch information
Leo Arias
authored and
Kyle Fazzari
committed
Mar 3, 2017
1 parent
71779b0
commit 0e9a20c
Showing
4 changed files
with
52 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ mccabe==0.5.2 | |
requests_unixsocket==0.1.5 | ||
testscenarios==0.5.0 | ||
pexpect==4.2.0 | ||
pyftpdlib==1.4.0 |