Comment 11 for bug 1665698

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

I was testing various type=ethernet XML configurations.

Cases:
defaultpath => <script path='/etc/qemu-ifup'/>
emptyattrib => <script path=''/>
noattrib => no script tag at all

The target statement which the error of the known bug refers to is optional, so add another set of cases with
the same three again without a <target ...> attribute called "notgt-*".

                         Pre-Fix Post-Fix
default bug 1620407 working
empty bug 1620407 working
no bug 1620407 still bug 1620407*
notgt-default working working
notgt-empty can't be defined can't be defined
notgt-no working working

*We fixed bug 1620407 with a mimimal fix intentionally, to the "no" case is "ok" to still fail.

Now the Openstack case should (IMHO) be one of the "empty" cases before the fix to openstack that was referred.
That is the path='', since notgt-empty can't be defined (xml validation) it has to be the normal "empty" case.
After the fix it should be one of the 'no' cases.

But all cases either stayed as-is or were fixed, so I don't know.
Also I had no apparmor DENIES along any of that - even when using explicitly in the *default cases.

I really need the XML that is generated to understand what might be going on.
Also please help to answer the questions I listed in commend #10