On Wed, 2017-01-18 at 15:19 +0100, Normand wrote:
> I am looking at the nfs tests already defined in OpenQA templates file 
> for fedora (1)
> 
> I would like to try those tests locally in a PowerPC environment,
> so plan to modify templates to replace the hardcoded value
> by a variable to be set by fedora-openqa-schedule.
> 
> Is it something that would be acceptable ?
> 
> How is set today the nfs server at 10.0.2.110 versus the
> iso file retrieved via https from compose ?
> What is the exported directories of this nfs server ?

Reading between the lines, it sounds like you think you need to provide
an NFSĀ server in your environment to make the test work. You do not;
the whole setup is included in the tests already. The test named
'support_server' runs an NFS server (among other things), and the NFS
tests are all set to run in parallel with that test (so they only start
trying to use the NFS server once the support_server test has set it
up).

The only thing you need to make sure of in order for the tests to work
should be that you have done the necessary configuration for these
openQA jobs to be able to communicate over the network, which is
documented here:

https://bitbucket.org/rajcze/openqa_fedora_tools/src/160873f710c86c461073e51bbebde09981e5e250/AdvancedNetwork.md?at=develop&fileviewer=file-view-default

it is a bit tricksy, let me know if you have trouble.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
_______________________________________________
qa-devel mailing list -- qa-devel@lists.fedoraproject.org
To unsubscribe send an email to qa-devel-le...@lists.fedoraproject.org

Reply via email to