Bug 157445

Summary: --server option should allow settings per network interface/test.
Product: [Retired] Red Hat Hardware Certification Program Reporter: Rob Landry <rlandry>
Component: Test Suite (tests)Assignee: Greg Nichols <gnichols>
Status: CLOSED CURRENTRELEASE QA Contact: Rob Landry <rlandry>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: richardl, tao, tyan, ykun
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-29 16:45:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 191897    
Attachments:
Description Flags
hardwaretest.py patch adding per-test server setting
none
certificationtest.py patch to add per-test server setting to xml storage
none
xml DTD changes for added server attribute none

Description Rob Landry 2005-05-11 18:19:06 UTC
$summary, allows mixing network types (eg. fibre and copper where no
fibre<->copper interconect exsits.

Comment 2 Greg Nichols 2008-07-02 02:17:41 UTC
A work-around exists currently by running each test individually and resetting
the --server option each time:

> hts certify --test network --device eth0 --server server1
> hts certify --test network --device eth1 --server server2

The fix would be to allow the syntax for test planning:

> hts plan --test network --device eth0 --server server1
> hts plan --test network --device eth1 --server server2

So that the --server option could be left off the "hts certify" runs.

Comment 3 Greg Nichols 2008-08-22 01:51:05 UTC
*** Bug 437874 has been marked as a duplicate of this bug. ***

Comment 4 Greg Nichols 2008-10-08 18:49:42 UTC
Created attachment 319778 [details]
hardwaretest.py patch adding per-test server setting

This patch allows the hts server to be set for individual tests, via the syntax:

hts plan --test <testname> ( --device <device name> | --udi <udi> ) --server <server name or IP address>

If a server is set for a test, it overrides the default setting via the plan or 
certify command.

Comment 5 Greg Nichols 2008-10-08 18:50:46 UTC
Created attachment 319779 [details]
certificationtest.py patch to add per-test server setting to xml storage

Comment 6 Greg Nichols 2008-10-08 18:51:50 UTC
Created attachment 319780 [details]
xml DTD changes for added server attribute

Comment 8 Yan Tian 2008-12-30 11:20:11 UTC
Verified --server can be set for individual tests with hts-5.3-12.