Oliver Kurz changed bug 1099104
What Removed Added
Flags needinfo?(okurz@suse.com)  

Comment # 6 on bug 1099104 from
Well, interesting idea but that failed in
https://openqa.opensuse.org/tests/702036#step/welcome/8 because the repo is not
trusted during the self-update step. We would need to trust this repo from
openQA tests.

@Sergio I don't see the need for a multimachine test.

I don't see the problem using either the variable DUD_ADDONS as in
https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/6d147c60fd2f848a0a84d4c777ade2aac27fcf46/tests/installation/dud_addon.pm
or DUD as in
https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/ca60f2800df55d31aeed8c0479b6bf6283e5feca/lib/bootloader_setup.pm#L502
. Honestly I don't know the difference

Trying with DUD:

```
openqa-clone-job --skip-download --skip-chained-deps --from
https://openqa.opensuse.org --host https://openqa.opensuse.org 701912
TEST=okurz_1099104_gnome+import_ssh_keys BUILD=20180703:bsc1099104
_GROUP="Development Tumbleweed"
DUD=https://w3.nue.suse.com/~kanderssen/bug_1099104/
```

-> Created job #702048:
opensuse-Tumbleweed-DVD-x86_64-Build20180703-gnome+import_ssh_keys@64bit ->
https://openqa.opensuse.org/t702048

that did not seem to work,
https://openqa.opensuse.org/tests/702048#step/welcome/7 "Failed to load driver
update". Don't have that much experience with DUD. Maybe I need to specify the
full path to the DUD file, not directory:

```
openqa-clone-job --skip-download --skip-chained-deps --from
https://openqa.opensuse.org --host https://openqa.opensuse.org 701912
TEST=okurz_1099104_gnome+import_ssh_keys BUILD=20180703:bsc1099104
_GROUP="Development Tumbleweed"
DUD=https://w3.nue.suse.com/~kanderssen/bug_1099104/copy.dud
```

-> Created job #702049:
opensuse-Tumbleweed-DVD-x86_64-Build20180703-gnome+import_ssh_keys@64bit ->
https://openqa.opensuse.org/t702049

Also failed in similar fashion:
https://openqa.opensuse.org/tests/702049#step/welcome/6

Looking at https://openqa.opensuse.org/tests/702049/file/serial0.txt this
becomes quite obvious: openqa.opensuse.org can not access the suse internal DUD
directory, duh. I don't have webspace available right away but if one of you
have I guess using a command like above with the according path to an external
web folder should work.


You are receiving this mail because: