[Type] Bugfix
[Module] Toolchain /
[Priority] Minor
[Jira#]
[Redmine#] 7889
[Problem]
[Cause]
[Solution]
[TestCase]
Change-Id: I187180e2123f8ceb52456f733170936f08a0da59
when "REMOTE_WORKING" then
client = BuildCommClient.create( @remote_server.ip, @remote_server.port, @log )
if not client.nil? then
- client.send "CANCEL|#{@remote_id}|#{self.get_project.passwd}"
+ client.send "CANCEL|#{@remote_id}|#{self.get_project.passwd}|admin@user"
result1 = client.receive_data()
if result1.nil? then
@log.info( "cancel operation failed [connection error] !!", Log::LV_USER)