Difference between revisions of "QA Team hardware"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(How to gather and add information about hardware)
 
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Why? ==
 
== Why? ==
  
When developers receive testing results, look at bug reports, or discuss technical issues, they may need you to submit detailed information about configuration of your computer. This report includes such things as: the type of CPU, the kind of memory, and other important hardware specifications. Adding your 'quick link' from here reduces the time which would be wasted if they need ask you to post up additional information, then you getting it and posting it up. It is much faster if you include your link in the bug report/discussion at the beginning. If they do not need it, they need not click on the link.
+
When developers receive testing results, look at bug reports, or discuss technical issues, they may ask you to submit the detailed information about configuration of your computer. This report includes things such as the type of CPU, the kind of memory, and other important hardware specifications. Adding your 'quick link' from here reduces the time which would be wasted if they need ask you to post up additional information, then you getting it and posting it up. It is much faster if you include your link in the bug report/discussion at the beginning. If they do not need it, they need not click on the link.
 +
Make sure your hardware is healthy before OpenVZ testing, see [[Hardware testing]] for details.
  
Developers ask such things as: "please include the output of lsusb, lspci, cpuproc, etc."
+
== How to add new configuration? ==
  
 +
* Install this application:
  
== How to add new configuration? ==
+
  rpm -Uvh http://mirror.symnds.com/distributions/gf/el/6/gf/x86_64/gf-release-6-6.gf.el6.noarch.rpm
 +
  yum install -y hwinfo.x86_64
 +
 
 +
* Run the command:
  
FIXME: describe how to gather hardware information
+
  hwinfo > openvz_report.txt
  
 +
* Add the output to http://pastebin.org service or create a [https://gist.github.com gist] and add a link to it at the '''top''' of the below table. This [https://raw.githubusercontent.com/chilicuil/learn/master/python/pastebin Python script] may be helpful.
  
{|cellspacing="0" border="1"
+
{| class="wikitable sortable"
 
!Vendor
 
!Vendor
 
!Model
 
!Model
Line 18: Line 24:
 
!Person
 
!Person
 
|-
 
|-
|Depo
+
|Supermicro
 
|na
 
|na
|Desktop
+
|Server
|na
+
|[https://gist.github.com/ligurio/7654ce5e3714f604c32e Specification]
|sergeyb@
+
|[[User:Sergey Bronnikov]]
 
|-
 
|-
 
|Intel
 
|Intel
Line 28: Line 34:
 
|Desktop
 
|Desktop
 
|na
 
|na
|sergeyb@
+
|[[User:Sergey Bronnikov]]
 
|-
 
|-
 
|Depo
 
|Depo
Line 34: Line 40:
 
|Desktop
 
|Desktop
 
|na
 
|na
|sergeyb@
+
|[[User:Sergey Bronnikov]]
 +
|-
 +
|Dell
 +
|PowerEdge R510
 +
|Rackmount Server
 +
|[http://www.montanalinux.org/files/specs-openvz3-cs-montana-edu.txt dmidecode output]
 +
|Scott Dowdle
 
|}
 
|}
 +
 +
 +
[[Category: QA]]

Latest revision as of 14:43, 9 April 2015

Why?[edit]

When developers receive testing results, look at bug reports, or discuss technical issues, they may ask you to submit the detailed information about configuration of your computer. This report includes things such as the type of CPU, the kind of memory, and other important hardware specifications. Adding your 'quick link' from here reduces the time which would be wasted if they need ask you to post up additional information, then you getting it and posting it up. It is much faster if you include your link in the bug report/discussion at the beginning. If they do not need it, they need not click on the link. Make sure your hardware is healthy before OpenVZ testing, see Hardware testing for details.

How to add new configuration?[edit]

  • Install this application:
 rpm -Uvh http://mirror.symnds.com/distributions/gf/el/6/gf/x86_64/gf-release-6-6.gf.el6.noarch.rpm
 yum install -y hwinfo.x86_64
  • Run the command:
 hwinfo > openvz_report.txt
Vendor Model Type Full specification Person
Supermicro na Server Specification User:Sergey Bronnikov
Intel na Desktop na User:Sergey Bronnikov
Depo na Desktop na User:Sergey Bronnikov
Dell PowerEdge R510 Rackmount Server dmidecode output Scott Dowdle