Project

General

Profile

Actions

action #31465

closed

[qam] clone_job.pl prints the link of the created job without the port number

Added by pgeorgiadis about 6 years ago. Updated about 6 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
Feature requests
Target version:
-
Start date:
2018-02-07
Due date:
% Done:

100%

Estimated time:

Description

I have many multiple openQA instances at my PC using Docker. Each one is using different port. Cloning jobs works perfectly, there's only one minor glitch. The output message that it produces is incorrect (thus the link).

docker exec -it --user geekotest panos-openqa_webui /var/lib/openqa/script/clone_job.pl --host http://ultron.suse.de:81 --skip-chained-deps --from http://openqa.suse.de 1453121 --apikey 1234567890ABCDEF --apisecret 1234567890ABCDEF

downloading
http://openqa.suse.de/tests/1453121/asset/hdd/sle-15-x86_64-444.1-textmode@64bit.qcow2
to
/var/lib/openqa/factory/hdd/sle-15-x86_64-444.1-textmode@64bit.qcow2
downloading
http://openqa.suse.de/tests/1453121/asset/iso/SLE-15-Installer-DVD-x86_64-Build444.1-Media1.iso
to
/var/lib/openqa/factory/iso/SLE-15-Installer-DVD-x86_64-Build444.1-Media1.iso
Created job #2: sle-15-Installer-DVD-x86_64-Build444.1-extra_tests_in_textmode@64bit -> http://ultron.suse.de/t2

The actual behavior is:

Created job #2: sle-15-Installer-DVD-x86_64-Build444.1-extra_tests_in_textmode@64bit -> http://ultron.suse.de/t2

The expected behavior would be:

Created job #2: sle-15-Installer-DVD-x86_64-Build444.1-extra_tests_in_textmode@64bit -> http://ultron.suse.de:81/t2

Once again, the cloning works. Just the output message of the link is incorrect.

Actions

Also available in: Atom PDF