[kubic-bugs] [Bug 1062480] create_autoyast_profile fails on Kubic installation
http://bugzilla.suse.com/show_bug.cgi?id=1062480 http://bugzilla.suse.com/show_bug.cgi?id=1062480#c2 Richard Brown <rbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rbrown@suse.com, | |thehejik@suse.com Flags| |needinfo?(thehejik@suse.com | |) --- Comment #2 from Richard Brown <rbrown@suse.com> --- It's running
create_autoyast_profile --salt-master $salt_master --smt-url $smt_url --regcode $regcode --reg-email $reg_email
With the following variables
my $salt_master = 'fake-salt-master.com'; my $smt_url = 'http://fake.smt.com'; my $regcode = 'fake-reg-code'; my $reg_email = 'fake@fake.com'; my $autoinst_file = '/root/autoinst.xml';
The output of this is then being read with the following perl call
my $xml = XML::Simple->new;
The error message "Only Comments, PIs and whitespace allowed at end of document" suggests this is failing The test is written by Tomas - Tomas, do you have any suggestions what went wrong here? -- You are receiving this mail because: You are the assignee for the bug.
participants (1)
-
bugzilla_noreply@novell.com