Commit 993ff49 1 parent ed2e949 commit 993ff49 Copy full SHA for 993ff49
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def setUp(self):
122
122
self .rsa_path = "/root/.ssh/dmp_id_rsa"
123
123
try : self .url = conf .args .url
124
124
except AttributeError :
125
- self .url = "http ://liquidtelecom.dl. sourceforge.net/project /ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz"
125
+ self .url = "https ://sourceforge.net/projects /ebizzy/files /ebizzy/0.3/ebizzy-0.3.tar.gz"
126
126
self .cv_SYSTEM .goto_state (OpSystemState .OS )
127
127
res = self .cv_HOST .host_run_command ("cat /etc/os-release" , timeout = 60 )
128
128
if "Ubuntu" in res [0 ] or "Ubuntu" in res [1 ]:
@@ -1049,7 +1049,7 @@ class KernelCrash_KdumpWorkLoad(PowerNVDump):
1049
1049
1050
1050
# This test verifies kdump/fadump after running ebizzy.
1051
1051
# ebizzy url needs to be given in ~/.op-test-framework.conf.
1052
- # Ex: url=http ://liquidtelecom.dl. sourceforge.net/project /ebizzy/ebizzy/0.3/ebizzy-0.3.tar.gz
1052
+ # Ex: url=https ://sourceforge.net/projects /ebizzy/files /ebizzy/0.3/ebizzy-0.3.tar.gz
1053
1053
1054
1054
1055
1055
def runTest (self ):
You can’t perform that action at this time.
0 commit comments