3f43f44c7e
Update code to print a warning message if we get a response error.
...
Currently there is nothing printed back so we can't tell if an error
has occurred. Allow for some debug output if XCATBYPASS=1
2017-06-20 15:58:16 -04:00
ba6fbcfbc3
Merge pull request #2998 from zet809/fix_issue_2350
...
Fix issue 2350: Wcons IPMI not working due to xcat code
2017-06-20 09:41:21 -04:00
6720675b21
revert to old udevadm code ( #3294 )
2017-06-20 04:08:51 -05:00
d65bf34296
Merge pull request #3271 from tingtli/hdbundle
...
add hardware control bundle for different hardware type
2017-06-20 15:42:40 +08:00
2bcd8b89a0
Merge pull request #2977 from jjohnson42/fixipmitime
...
FPC IPMI fixes
2017-06-20 15:39:39 +08:00
c7939388ab
Merge pull request #3292 from xuweibj/tc_simulator
...
If start simulator failed, will exit not mkdef nodes
2017-06-20 15:01:10 +08:00
f3ea0a2729
When start simulator failed, will exit not mkdef nodes
2017-06-20 02:53:12 -04:00
8b913ed12c
Merge pull request #3291 from chenglch/conserver
...
Fix the calculation error for conserver version number
2017-06-20 11:29:34 +08:00
32060a54cc
update rpower cases for hdctrl_ppc_hmc.bundle and rinv cases for hdctrl_bmc.bundle
2017-06-19 23:23:00 -04:00
cd64a30538
Merge pull request #3285 from tingtli/bug3269
...
add missed cases for hardware control commands. Fix bug 3269.
2017-06-20 10:51:19 +08:00
74942a8f20
update for an error checkin
2017-06-19 22:23:40 -04:00
a6696f7fde
Fix the calculation error for conserver version number
...
This patch fix the error while calculating the version number.
Use int instead of ord to convert string to integer.
fix-issue: #3286
2017-06-20 10:22:09 +08:00
a8d731bd80
Merge pull request #3261 from gurevichmark/openbmc_rflash_upload
...
openbmc rflash command support for -u --upload option
2017-06-19 16:25:20 -04:00
857106dd8c
Merge pull request #3290 from whowutwut/dhcpinterface_doc
...
Change the dhcpinterface documentation to avoid confusion about xcatmn
2017-06-19 16:23:55 -04:00
e5e9325507
Change the dhcpinterface documentation to avoid confusion about xcatmn
2017-06-19 14:59:25 -04:00
f793ec83a5
Merge pull request #3267 from immarvin/onbuild
...
add GPGSIGN =0 option to skip repo sign in ubuntu build script
2017-06-19 11:09:56 -04:00
4cdad73b8f
Better error message for missing file
2017-06-19 10:59:53 -04:00
9c05fa3fef
Merge pull request #3287 from whowutwut/rinv_firm_output
...
[openbmc] Better format the output of rinv <> firm command when multiple software is uploaded to the BMC
2017-06-19 10:47:15 -04:00
df1a5aeb52
Change to only display the active firmware instead of any firmware that is listed and add in the software id into the output so that sorting would keep the various software information together.
2017-06-19 10:32:30 -04:00
d445a91c74
update the description
2017-06-19 05:03:20 -04:00
54a1e38ddd
Merge pull request #3145 from whowutwut/rinv_firm
...
Enhancements to rinv code to complete development
2017-06-19 16:54:13 +08:00
978ed4ab69
add missed cases for hardware control commands. Fix bug 3269
2017-06-19 04:53:46 -04:00
694e8d76c6
Merge pull request #3282 from cxhong/3260
...
Check community string in the switches table
2017-06-19 16:19:28 +08:00
035312aa49
Merge pull request #3280 from whowutwut/model_change
...
With mid June, 2017 firmware update, model number is moved from PartNumber -> Model
2017-06-19 11:24:11 +08:00
0a3104a981
check community string in the switches table
2017-06-16 15:21:27 -04:00
beb7d5af12
Check for update file existance and eliminate few lines
2017-06-16 14:40:11 -04:00
7beacaa631
With mid June/2017 firmware, model number is moved from PartNumber -> Model
2017-06-16 11:04:10 -04:00
9de8c1aad1
For serial and model options, only return the system level information
2017-06-16 10:49:29 -04:00
5331626d9a
Upgrade conserver to 8.2.1 version ( #3252 )
...
This patch change the `sslauthority` to `sslcacertificatefile` to
support the latest version of conserver. It also add scripts to
update the `conserver.cf` and $HOME/.consolerc to make sure
migration works correctly.
implement: #3239
2017-06-16 16:51:05 +08:00
d5aa5512c5
Merge pull request #3265 from xuweibj/simulator_mul
...
Add testcases for simulator multiple
2017-06-16 16:36:28 +08:00
56e418d81a
add reventlog cases in hdctrl_general.bundle
2017-06-16 04:05:04 -04:00
a8ee4aaee8
modified depending on comments
2017-06-16 03:44:28 -04:00
9e0406b0e9
update descriptions and rspconfig/rsetboot cases
2017-06-16 02:15:04 -04:00
3735a07bb9
add SIGN=0 option to skip repo sign in ubuntu build script
2017-06-15 23:24:04 -04:00
e6a0b79b1a
Merge pull request #3275 from tingtli/bug3270
...
Refine rpower cases to add more information in the cases. Fix bug 3270
2017-06-16 10:50:53 +08:00
8d92211f81
Merge pull request #3272 from gurevichmark/spelling_man8
...
Fixes to rinstall/winstall man pages
2017-06-15 22:40:32 -04:00
b9b8f59606
Merge pull request #3240 from junxiawang/0806
...
modify rvitals and rinv testcase for issue:3184
2017-06-16 09:38:02 +08:00
201cbf15f7
modify rinv and rvitals testcase for issue:3184
2017-06-16 01:48:56 -04:00
dbc0613d82
refine rpower cases to add more information in the cases. Fix bug 3270
2017-06-15 21:32:22 -04:00
a246b048c5
modified depending on comments
2017-06-15 21:29:56 -04:00
30b4929625
Fixes to rinstall/winstall man pages
2017-06-15 16:03:04 -04:00
b920f9ce00
Merge pull request #2941 from whowutwut/nodestat_cleanup
...
Initialized more_options variable to avoid uninitialized error message [cleanup]
2017-06-15 11:22:27 -04:00
d80adecbc2
add hardware control bundle for different hardware type
2017-06-15 05:43:58 -04:00
0dce825785
Add testcases for simulator multiple
2017-06-15 02:36:38 -04:00
e562f290ac
Merge pull request #3263 from bybai/mh
...
Fix autotest statelite case failure
2017-06-15 11:35:07 +08:00
eeda12c265
fix autotest statelite case failure
2017-06-14 23:17:11 -04:00
5d2e814243
openbmc rflash command support for -u --upload option
2017-06-14 16:47:52 -04:00
4eeb0c1fef
modify rinv testcase for issue:3184
2017-06-14 05:33:34 -04:00
d1a87e7b44
modify rinv testcase for issue:3184
2017-06-14 05:32:53 -04:00
ae2f2a5bdc
modify rvitals testcase for issue:3184
2017-06-14 03:22:52 -04:00