<div dir="ltr">Hi,<div>I'm floundering a bit, and could use some guidance on this...</div><div><br></div><div>For the neutron-vpnaas repo, I am trying to modify the functional jobs (dsvm-functional and dsvm-functional-sswan) to act in a similar manner to neutron, where devstack is configured, but no stacking is performed.</div><div><br></div><div>I'm trying to do the same thing and have the jobs doing the configuration only. Side note: there are two jobs, because there are currently two reference implementations of VPN drivers, each of which require a different IPSec package installed.</div><div><br></div><div>As part of this setup, in tox.ini, the neutron deploy_rootwrap.sh script is called which places the rootwrap filters and config file in the repo's .tox/dsvm-functional/etc/neutron/ area (or ./tox/dsvm-functional-sswan/etc/neutron/).</div><div><br></div><div>Now, the issue I see is that tests trying to run "ip" commands, are failing saying that the config file is invalid:</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;line-height:normal;white-space:pre-wrap">ERROR neutron_vpnaas.services.vpn.common.netns_wrapper [-] Incorrect configuration file: /etc/neutron/rootwrap.conf</span><br></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;line-height:normal;white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;line-height:normal;white-space:pre-wrap">As you can see, this is trying to access the rootwrap.conf in /etc/neutron and not the one in /opt/stack/new/neutron-vpnaas/.tox/dsvm-functioanl-sswan/etc/neutron/.</span></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;line-height:normal;white-space:pre-wrap"><br></span></div><div><span style="color:rgb(0,0,0);font-family:monospace;font-size:medium;line-height:normal;white-space:pre-wrap">For Neutron, how is the dsvm-functional job directing the rootwrap daemon to use the files in the repo's .tox area?</span></div><div><br></div><div>Here is the review in quesstion:  <a href="https://review.openstack.org/#/c/168115/">https://review.openstack.org/#/c/168115/</a></div><div><br></div><div>Can anyone advise?</div><div><br></div><div>Thanks in advance!</div><div><br></div><div>Paul Michali (pc_m)</div><div><br></div></div>