Casandra Qiu
bbf151bf62
Use get_mac_by_arp subroutine from SvrUtil.pm
2016-06-07 22:17:54 -04:00
Casandra Qiu
41c1938b8c
Use arp command to get switch mac address
2016-06-01 17:00:25 -04:00
chenglch
2794ca51b4
Merge pull request #1240 from daniceexi/xcatd_stop
...
issue 1137: waiting longer for stopping xcatd when the system load of…
2016-06-01 14:58:19 +08:00
wangxiaopeng
d9519b6bd3
issue 1137: waiting longer for stopping xcatd when the system load of xCAT MN is heavy
2016-06-01 03:14:51 -04:00
Xiaopeng Wang
6824226606
Merge pull request #1239 from chenglch/aasn
...
Change sleep time from 0.1 to 1 as float value is not support by default
2016-06-01 13:56:42 +08:00
chenglch
ba68ad1948
Change sleep time from 0.1 to 1 as float value is not support by default
2016-06-01 01:46:03 -04:00
zet809
98caf993bf
Fix MacMap.pm syntax issue
...
The issue is not using '%' when getting keys for a hash variable.
2016-06-01 11:40:10 +08:00
zet809
9cd9a14a42
Merge pull request #1211 from cxhong/1120_more
...
support different outputs from nmap command
2016-06-01 11:32:22 +08:00
Xiaopeng Wang
591e0a2674
Merge pull request #1237 from hu-weihua/xcattest1223
...
Fix issue1223 : xcattest -c does not work for command list
2016-06-01 10:46:29 +08:00
hu-weihua
e7417e9b51
fix issue 1223 xcattest -c does not work for command list
2016-05-31 22:20:14 -04:00
Xiaopeng Wang
1228478803
Merge pull request #1236 from arif-ali/update_mktoolscenter
...
Update mktoolscenter to incorporate Lenovo tools
2016-06-01 08:44:49 +08:00
a3b995ac10
Update mktoolscenter to incorporate Lenovo tools
...
* prioritise IBM tools over Lenovo, in the same way as iflash
* Only use unique values for machine times, don't need to do it more than that
2016-05-31 19:07:17 +01:00
Casandra Qiu
1a4a64644e
move get_nmapversion() to Utils.pm
2016-05-31 10:56:15 -04:00
Xiaopeng Wang
1578038632
Merge pull request #1216 from hu-weihua/xcatprobe
...
The code of xcat probe component
2016-05-31 17:20:02 +08:00
hu-weihua
1665d4146d
change the description of send_msg function
2016-05-31 05:14:24 -04:00
hu-weihua
3bac56665b
change the way of filtering NIC
2016-05-31 05:12:15 -04:00
Xiaopeng Wang
0b4214d663
Merge pull request #1153 from zet809/fix_issue_1115
...
fix issue 1115: Don't run rspconfig after hardware discovery finished…
2016-05-31 16:04:44 +08:00
hu-weihua
22d14e483f
delete this file, replace by probe_utils.pm
2016-05-31 03:36:37 -04:00
hu-weihua
8ae74152c1
change code logic, format and file name depending on comments come from colleagues
2016-05-31 03:26:04 -04:00
hu-weihua
bb8e10cbac
change code logic and format depending on comments come from colleagues
2016-05-31 03:24:53 -04:00
hu-weihua
d2e469f919
change code logic and format depending on comments come from colleagues
2016-05-31 03:24:37 -04:00
Xiaopeng Wang
390d897081
Merge pull request #1220 from zet809/switch_probe
...
add command switchprobe to retrieve information from switches and/or …
2016-05-30 20:13:52 +08:00
caomengmeng
ff6b02e848
Merge pull request #1232 from junxiawang/0530
...
modify set up dockerhost testcase
2016-05-30 17:13:36 +08:00
junxiawang
8b05fc7185
modify setup docker host
2016-05-30 08:39:59 -04:00
junxiawang
38c23c3ac1
modify set up dockerhost testcase
2016-05-30 08:36:08 -04:00
ertaozh
c5bdb1da87
add command switchprobe to retrieve information from switches and/or check whether it is ready for MAC searchding
2016-05-30 02:50:23 -04:00
tingtli
c9ebf3b960
Merge pull request #1226 from hu-weihua/xcattest1124
...
fix bug 1224 xcattest returns Use of uninitialized value if the case fails and there is not stop label defined
2016-05-30 10:29:58 +08:00
hu-weihua
840f8cef6b
fix bug 1224 xcattest returns Use of uninitialized value if the case fails and there is not stop label defined
2016-05-29 22:15:35 -04:00
tingtli
9e03536a1b
Merge pull request #1042 from caomengmeng/new_xcatdebugmode_cases
...
I agree to merge the new xcatdebugmode cases
2016-05-30 08:08:31 +08:00
tingtli
d820b938a3
Merge pull request #1210 from junxiawang/0525N
...
modify template to a template without variable missing
2016-05-30 07:50:21 +08:00
junxiawang
e44b37d53c
add cases' variables
2016-05-27 08:53:44 -04:00
yangsong
e40f3ae02c
Merge pull request #1221 from chenglch/aasn
...
Fix error when stopping tftp process in AAsn.pm
2016-05-27 03:12:30 -05:00
tingtli
14f77fad26
Merge pull request #1209 from caomengmeng/update_description_in_migrationt_cases
...
Update description in migrationt cases
2016-05-27 16:04:00 +08:00
tingtli
dfe7b6e612
Merge pull request #1214 from junxiawang/0526
...
modify set up dockerhost test case
2016-05-27 16:02:57 +08:00
tingtli
58438aa79e
Merge pull request #999 from junxiawang/0428N
...
modify xCATreg for mini.iso
2016-05-27 16:00:37 +08:00
chenglch
01d7371506
Fix error when stopping tftp process in AAsn.pm
...
The check logic that wait for the tftp process can not be
finished due to the empty loop. This patch aims to check
the status of process group in the loop.
close-issue: #1219
2016-05-27 03:54:26 -04:00
junxiawang
32517a5bd7
modify docker host setup according to tingting's comments
2016-05-26 08:48:36 -04:00
junxiawang
41b500809f
modify set up dockerhost test case
2016-05-26 07:38:00 -04:00
hu-weihua
d29bf877de
New code for xcat probe component
2016-05-26 05:45:20 -04:00
caomengmeng
16b4989fe5
Merge pull request #1213 from tingtli/xcatd
...
write xcatd test cases for service xcatd output changes for systemd managed on sles12* and ubuntu16.04, update bundle files according
2016-05-26 10:50:47 +08:00
litingt@cn.ibm.com
42c2d48544
write xcatd test cases for service xcatd output changes, update bundle file according
2016-05-25 22:40:25 -04:00
junxiawang
567f44c25f
Merge pull request #1192 from tingtli/test
...
delete invalid test case file and fix #1152
2016-05-26 09:57:00 +08:00
Victor Hu
9a80e14955
Merge pull request #1201 from gurevichmark/doc_build
...
Fix doc build errors and missing links
2016-05-25 18:12:12 -04:00
Casandra Qiu
be2e49a632
support different outputs from nmap command
2016-05-25 13:54:02 -04:00
Xiaopeng Wang
dfb9259b9e
Merge pull request #1207 from caomengmeng/add_stop_label_for_makedns_case
...
Add stop label for makedns case as it failed for serveral time
2016-05-25 21:52:38 +08:00
Xiaopeng Wang
63ee094403
Merge pull request #1208 from chenglch/db_process
...
Add -1 value for $dbworkerpid to make the db access mode more clear.
2016-05-25 21:51:13 +08:00
junxiawang
c0ea34e5c1
modify template for docker host setup
2016-05-25 07:42:11 -04:00
caomengmeng
50755044e0
delete invalid file
2016-05-25 02:51:12 -04:00
caomengmeng
62dd527795
complete description update
2016-05-25 02:46:49 -04:00
chenglch
0eb9929452
Add -1 value for $dbworkerpid to make the db access mode more clear.
...
$dbworkerpid = -1 db process has not been started,
access db in direct access mode.
$dbworkerpid == 0 db process itself.
$dbworkerpid >0 db process is started, access db in cache mode.
2016-05-25 02:02:48 -04:00