action #19932
closed[qam] test fails in 1_default_autogenerated - RuntimeError: unable to create a valid config object
100%
Description
Observation¶
openQA test in scenario sle-12-SP2-Server-DVD-Updates-x86_64-Build20170620-4-slenkins-twopence-krb5-control@64bit fails in
1_default_autogenerated
01_run.sh¶
# failure:
/tmp/slenkins/testenv.xml:1: parser error : StartTag: invalid element name
</testenv>
^
/tmp/slenkins/testenv.xml:1: parser error : Extra content at the end of the document
</testenv>
^
Traceback (most recent call last):
File "./01_run.sh", line 716, in <module>
main()
File "./01_run.sh", line 704, in main
setup()
File "./01_run.sh", line 30, in setup
config = susetest.Config("krb5")
File "/usr/lib64/python2.7/site-packages/susetest.py", line 96, in Config
raise exceptions.RuntimeError("unable to create a valid config object")
RuntimeError: unable to create a valid config object
Reproducible¶
Fails since (at least) Build 20170620-3
Expected result¶
Last good: 20170620-1 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by vsvecova over 6 years ago
Apologies for the horrible formatting in the description; I forgot to use a code block.
Here's a better-looking version:
# 01_run.sh
# failure:
/tmp/slenkins/testenv.xml:1: parser error : StartTag: invalid element name
&lt;/testenv&gt;
^
/tmp/slenkins/testenv.xml:1: parser error : Extra content at the end of the document
&lt;/testenv&gt;
^
Traceback (most recent call last):
File "./01_run.sh", line 716, in &lt;module&gt;
main()
File "./01_run.sh", line 704, in main
setup()
File "./01_run.sh", line 30, in setup
config = susetest.Config("krb5")
File "/usr/lib64/python2.7/site-packages/susetest.py", line 96, in Config
raise exceptions.RuntimeError("unable to create a valid config object")
RuntimeError: unable to create a valid config object
Updated by thehejik over 6 years ago
- Status changed from New to In Progress
- Assignee set to thehejik
Updated by thehejik over 6 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
We were using outdated working copy of os-autoinst-distri-sle repo on openqa.suse.de. This problem has been fixed about 1 month ago. Now the current working copy is back.
But we hit another issue, see https://progress.opensuse.org/issues/19942
Closing this.