Test Report of `goconserver` - xcat2/xcat-core GitHub Wiki
This document explains the various activities performed as part of Testing of "gocnserver
Function Verification Test". It contains the results of tests, which were executed during the testing.
Refer the Test Design
Test if the console can work normally in the following conditions
Run the following command, see if it works.
congo create tz001 driver=ssh ondemand=false --params user=root,host=10.3.1.9,port=22,password=cluster
congo console tz001
+ PASS
Run the following command, see if it works.
congo create tz002 driver=cmd ondemand=false --params cmd="ipmitool -I lanplus -H 50.3.17.1 -U '' -P PASSW0RD sol activate"
congo console tz002
See issue #6
congo create tz003 driver=cmd ondemand=false --params cmd="/opt/xcat/share/xcat/cons/ipmi tz003"
congo console tz003
There is no proper solution for this scenario yet.
- NOT APPLICABLE
Run the following command, see if it works.
congo create tz004 driver=cmd ondemand=false --params cmd="/opt/xcat/share/xcat/cons/kvm tz004"
congo console tz004
There is no proper solution for this scenario yet.
- NOT APPLICABLE
Run the following command, see if it works.
congo create tz005 driver=cmd ondemand=false --params cmd="/opt/xcat/share/xcat/cons/ipmi tz005"
congo console tz005
There is no proper solution for this scenario yet.
- NOT APPLICABLE
Run the following command, see if it works.
congo create tz006 driver=cmd ondemand=false --params cmd="/opt/xcat/share/xcat/cons/hmc tz006"
congo console tz006
There is no proper solution for this scenario yet.
- NOT APPLICABLE
+ PASS
This test is performed by connect to a regular ssh host. And reboot the remote ssh host. See if goconserver
can do the retry and reconnect properly after the remote ssh host restart.
congo create tz001 driver=ssh ondemand=false --params user=root,host=10.3.1.9,port=22,password=cluster
congo console tz001
+ PASS
NOT APPLICABLE
+ PASS
This test is performed by connect to a regular ssh host. And use two or three congo console
sessions from different terminal to access it. See if all these setup can work properly.
congo create tz001 driver=ssh ondemand=false --params user=root,host=10.3.1.9,port=22,password=cluster
congo console tz001
+ PASS
See issue #8
- FAILED
VSZ | RSS | OFD | Nodes |
---|---|---|---|
203776 | 9792 | 13 | 0 node |
205632 | 9792 | 14 | 1 node |
208064 | 9792 | 15 | 2 nodes |
209216 | 9792 | 18 | 5 nodes |
284032 | 9792 | 23 | 10 nodes |
285120 | 9792 | 33 | 20 nodes |
287232 | 9792 | 63 | 50 nodes |
365184 | 14080 | 113 | 100 nodes |
1286080 | 24512 | 213 | 200 nodes |
724480 | 72192 | 513 | 500 nodes |
785600 | 120512 | 1013 | 1000 nodes |
... | ... | ... | ... |
?? | ?? | n + 13 | n nodes |
- VSS - Virtual memory size of the process in KiB (1024-byte units). Device mappings are currently excluded; this is subject to change.
- RSS - Resident set size, the non-swapped physical memory that a task has used (in kiloBytes).
- OFD - Opened file descriptors.
Performance Testing was not done for goconserver
yet.
It is not suggested goconserver
to "Go Live" at this time.