File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def setUp(self):
74
74
self .boot_count = int (self .conf .args .boot_count )
75
75
self .htx_rpm_link = self .conf .args .htx_rpm_link
76
76
77
- if not self .execute_remote_command ('test -e {}' .format (path )):
77
+ if not self .execute_remote_command ('test -e {}' .format (path )):
78
78
log .debug ("MDT file %s not found due to config" % self .mdt_file )
79
79
80
80
self .host_distro_name = self .util .distro_name ()
@@ -107,9 +107,10 @@ def install_latest_htx_rpm(self):
107
107
self .latest_htx_rpm = distro_specific_htx_versions [0 ]
108
108
109
109
if "error:" in self .con .run_command ('rpm -ivh --nodeps %s%s '
110
- '--force' % (self .htx_rpm_link , self .latest_htx_rpm
111
- ), timeout = 180 ):
112
- self .fail ("Installion of rpm failed" )
110
+ '--force' % (self .htx_rpm_link ,
111
+ self .latest_htx_rpm
112
+ ), timeout = 180 ):
113
+ self .fail ("Installion of rpm failed" )
113
114
114
115
def setup_htx (self ):
115
116
"""
You can’t perform that action at this time.
0 commit comments