All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST] (Probably benign) bug in create_webfile
@ 2015-05-05  9:24 Ian Campbell
  0 siblings, 0 replies; only message in thread
From: Ian Campbell @ 2015-05-05  9:24 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel

In
http://www.chiark.greenend.org.uk/~xensrcts/logs/37298/test-amd64-amd64-xl-qemut-debianhvm-amd64/info.html

I was incorrectly passing a $ho to preseed_hook_script when I meant
$gho, this meant that instead of
webspace-lake-frog_debianhvm.guest.osstest_late_command-2 it ended up
trying to create webspace-lake-frog_late_command-2 which clashed with a
file left over from the host install and ended up automatically renamed
as webspace-lake-frog_late_command-2+1, however the guest preseed file
ended up referencing the original/indented name and not the actual one.

preseed_hook_script pays attention to the url returned by create_webfile
so I think the issue is further down. I suspect that create_webfile
needs to pay attention to something which should be returned by
file_link_contents.

I was passing the wrong thing, so I've just fixed that but this bug
might bite someone in the future, especially if rerunning test steps in
standalone mode.

Something to watch out for.

Ian.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-05  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05  9:24 [OSSTEST] (Probably benign) bug in create_webfile Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.