#335: autotest_server autodetection fails
--------------------+-------------------------------------------------------
 Reporter:  kparal  |       Owner:             
     Type:  defect  |      Status:  new        
 Priority:  minor   |   Milestone:  Finger Food
Component:  core    |    Keywords:             
--------------------+-------------------------------------------------------
 Currently if we want to have working hyperlinks to logs, we have to fill
 in 'autotest_server' in autoqa.conf, because autodetection from hostname
 get's overwritten by empty value from the log.

 The links then look like this:

 http:///results/20-root/brutus.test.redhat.com/helloworld/results/full.log


 /autoqa:
 {{{
 # Hardcoded defaults for the 'general' section
 conf = {
     'local': 'false',
     'testdir': '/usr/share/autotest/client/site_tests',
     'eventdir': '/usr/share/autoqa/events',
     'notification_email': '',
     'autotest_server': socket.gethostname(),
 }

 conf = autoqa_conf.get_section('general', conf)
 conf = autoqa_conf.get_section('notifications', conf)
 # FIXME: conf['autotest_server'] gets overwritten here by empty value
 coming
 # from autoqa_conf
 }}}

 We can solve this by some easy hack or more properly by solving ticket
 #255.

-- 
Ticket URL: <https://fedorahosted.org/autoqa/ticket/335>
AutoQA <http://autoqa.fedorahosted.org>
Automated QA project
_______________________________________________
autoqa-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/autoqa-devel

Reply via email to