Jump to: navigation, search

Difference between revisions of "Template:ThirdPartySystemInfo"

Line 5: Line 5:
 
{{#if:{{{intent|}}}|<tr><td colspan="2" style="text-align:left">'''Intent''': {{{intent}}}</td></tr>}}
 
{{#if:{{{intent|}}}|<tr><td colspan="2" style="text-align:left">'''Intent''': {{{intent}}}</td></tr>}}
 
{{#if:{{{structure|}}}|<tr><td colspan="2" style="text-align:left">'''Structure''': {{{structure}}}</td></tr>}}
 
{{#if:{{{structure|}}}|<tr><td colspan="2" style="text-align:left">'''Structure''': {{{structure}}}</td></tr>}}
{{#if:{{{focus|}}}|<tr><td colspan="2" style="text-align:left">'''Focus''': {{{focus}}}</td></tr>}}
 
 
{{#if:{{{method|}}}|<tr><td colspan="2" style="text-align:left">'''Method''': {{{method}}}</td></tr>}}
 
{{#if:{{{method|}}}|<tr><td colspan="2" style="text-align:left">'''Method''': {{{method}}}</td></tr>}}
 
{{#if:{{{programs|}}}|<tr><td colspan="2" style="text-align:left">'''OpenStack Programs''': {{{programs}}}</td></tr>}}
 
{{#if:{{{programs|}}}|<tr><td colspan="2" style="text-align:left">'''OpenStack Programs''': {{{programs}}}</td></tr>}}
Line 21: Line 20:
 
|intent=Description of intent
 
|intent=Description of intent
 
|structure=List the tooling you are using
 
|structure=List the tooling you are using
|focus=What is the point of the test?
 
 
|method=What are you actually doing?
 
|method=What are you actually doing?
 
|programs=OpenStack Programs you target
 
|programs=OpenStack Programs you target
Line 35: Line 33:
 
  | intent=to ensure our driver is functional
 
  | intent=to ensure our driver is functional
 
  | structure=jenkins with the gerrit plugin
 
  | structure=jenkins with the gerrit plugin
|focus=testing my proprietary switch
 
 
  |method=running tempest tests on a unique vm for every test run
 
  |method=running tempest tests on a unique vm for every test run
 
  | programs=nova, neutron
 
  | programs=nova, neutron

Revision as of 17:28, 17 June 2014



Usage

  • Code:
{{ThirdPartySystemInfo|name=Name of 3rd Party System
|account=gerrit Account|contact=Contact information
|intent=Description of intent
|structure=List the tooling you are using
|method=What are you actually doing?
|programs=OpenStack Programs you target
|status=testing,non-voting}}
  • Description: Use this template to create a table with all information about 3rd party systems

3rd party system: Name of 3rd Party System
Gerrit Account: gerrit Account
Contact Information: info@3rdparty.org
Intent: to ensure our driver is functional
Structure: jenkins with the gerrit plugin
Method: running tempest tests on a unique vm for every test run
OpenStack Programs: nova, neutron
Current Status: testing, non-voting