Mark Gurevich
a35ffeda56
Merge pull request #3201 from whowutwut/fix_typo
...
Fix typo associated with pull request #3180 , in makeknownhosts.pm
2017-06-05 13:54:05 -04:00
Victor Hu
1d2bac4a2a
Fix typo associated with pull request #3180
2017-06-05 13:44:15 -04:00
Victor Hu
f4052275d0
Merge pull request #3199 from gurevichmark/openpower_rvitals_options
...
Sync usage, man and code for ipmi rvitals
2017-06-05 12:55:12 -04:00
Victor Hu
c2a917d006
Merge pull request #3200 from gurevichmark/spelling_docs_guides_install
...
Spelling fixes for install guides
2017-06-05 12:53:15 -04:00
Mark Gurevich
551e9a0f48
Spelling fixes for install guides
2017-06-05 11:36:27 -04:00
Mark Gurevich
d861f68995
Sync usage, man and code for ipmi rvitals
2017-06-05 10:56:59 -04:00
Weihua Hu
89356b69a2
Merge pull request #3187 from neo954/testcase-migration
...
Add more verifications in migration test cases
2017-06-05 16:24:51 +08:00
junxiawang
bed44bcd12
Merge pull request #3185 from hu-weihua/p9bundle
...
Add rvitals test cases to pegas+p9 bundle
2017-06-05 15:59:28 +08:00
xuweibj
b4429cd812
Merge pull request #3192 from junxiawang/0605
...
modify rvitals_voltage test
2017-06-05 15:20:54 +08:00
junxiawang
bf5fa8d118
modify rvitals_voltage test,for openbmc testcases do not need to add hcp attributes
2017-06-05 06:45:29 -04:00
GONG Jie
8196fd4914
Add more verifications
2017-06-05 15:15:53 +08:00
Yuan Bai
3bfa5af98a
add -r alias -d for makeknownhosts ( #3186 )
2017-06-05 00:44:08 -05:00
Yuan Bai
d6266b9aaf
fix issue 2797 and enhance confignetwork ( #3169 )
...
* to return non-zero when error
* fix a potential issue when nicdevice is wrong for bond definition.
2017-06-05 13:14:02 +08:00
hu-weihua
1cac6a2db3
Add rvitals test cases to pegas+p9 bundle
2017-06-05 00:26:44 -04:00
zet809
d9bb1ace82
Merge pull request #3122 from xuweibj/bmcdiscover
...
Close ssl verify for bmcdiscover on Ubuntu
2017-06-05 11:28:00 +08:00
Yuan Bai
7584b71742
Merge pull request #3180 from samveen/fix_2939
...
[WIP]Fix for #2939 : Add `-d` option for `makeknownhosts` as alias for `-r`
2017-06-05 10:10:36 +08:00
Samveen Gulati
b8fdb3c890
#2939 : Add -d
option alias for makeknownhosts -r
2017-06-03 03:31:52 +00:00
Mark Gurevich
56d0bdbf82
Merge pull request #3179 from whowutwut/openpower_spelling
...
Sync up the spelling to use: OpenPOWER and OpenBMC
2017-06-02 16:19:58 -04:00
Victor Hu
a3a96fbb8a
Merge pull request #3178 from gurevichmark/openbmc_version_check
...
Support rflash command -c option for OpenBMC
2017-06-02 15:25:56 -04:00
Mark Gurevich
1f4cb4e64e
Development code only warning
2017-06-02 15:18:46 -04:00
Victor Hu
bf382dcd10
Sync up the spelling to use: OpenPOWER and OpenBMC
2017-06-02 15:02:02 -04:00
Mark Gurevich
f7a39006dc
Support rflash command -c option for OpenBMC
2017-06-02 12:42:16 -04:00
Weihua Hu
5416a7546e
Merge pull request #3163 from neo954/testcase-migration
...
Do operating system deployment in migration test cases
2017-06-02 17:50:58 +08:00
GONG Jie
2f62326f04
Do operating system deployment in migration test cases
2017-06-02 17:00:31 +08:00
Yuan Bai
4d1aaf5da6
Merge pull request #2894 from tingtli/bug2521
...
Add test case for issue 2521 : `makedhcp` fails for nodes on remote networks
2017-06-02 15:44:09 +08:00
litingt@cn.ibm.com
e4d06a4a8b
update according to comments
2017-06-02 03:33:16 -04:00
Weihua Hu
f2be6928b7
Merge pull request #3161 from xuweibj/atsmlt
...
Add testcase to setup/clear openbmc simulator
2017-06-02 15:20:51 +08:00
XuWei
d7d3324abf
modified depending on comments
2017-06-02 03:14:43 -04:00
Yuan Bai
0dae47b9a5
fix issue 3142 delete useless dracut.* files under rootimg/tmp in liteimg ( #3154 )
...
* fix issue 3142 useless dracut.* files under rootimg/tmp cause liteimg cost much time
* polished
* polished
2017-06-01 22:25:35 -05:00
Victor Hu
9c434368cb
Merge pull request #3160 from gurevichmark/spelling_docs_guides_admin
...
Spelling fixes for admin guides
2017-06-01 13:14:11 -04:00
cxhong
8b24694e87
Merge pull request #3174 from immarvin/onpostrhels7
...
fix typo in if-clause in post.rhels7
2017-06-01 10:17:39 -04:00
immarvin
6c8034cfa9
fix typo in if-clause
2017-06-01 21:49:32 +08:00
zet809
1ccd12b38c
Merge pull request #3084 from neo954/mailmap
...
Create a mailmap file to coalesce together commits by the same person
2017-06-01 18:55:16 +08:00
Bin Xu
fe6b771add
Fix #3087 : nodeset improvement - using multi-process to parallelize ( #3118 )
...
* Fix #3087 : nodeset improvement - using multi-process to parallelize
- before deliver the request to xcatd, we can split the request to multiple sub-requests which contains different noderange
- in that, xcatd could hanle those sub-requests in parallel, just like some issue multiple commands.
* refine according to the review comments:
- not using POSIX::ceil
- Callback is reserved for filter method
* refine codes according review comments
* make the comments right and more readable.
2017-06-01 04:22:22 -05:00
XuWei
c557dea948
modified depending on comments
2017-06-01 04:55:06 -04:00
Yuan Bai
e7b9d08e57
Merge pull request #3165 from hu-weihua/removestop
...
Remove 'stop' label from all provision cases
2017-06-01 16:06:01 +08:00
hu-weihua
ffd2bdee8e
Remove stop label from all provision cases
2017-06-01 03:19:29 -04:00
GONG Jie
57b10b57bd
Add basic integration check to all the migration tests
2017-06-01 14:27:45 +08:00
XuWei
b1d75f8704
Add testcase to setup/clear openbmc simulator
2017-05-31 21:48:42 -04:00
Mark Gurevich
1b9ccde323
Spelling fixes for admin guides
2017-05-31 15:09:14 -04:00
Mark Gurevich
af5783a843
Merge pull request #3153 from hu-weihua/xcattest
...
Modify 2 bugs for xcattest
2017-05-31 09:00:33 -04:00
yangsong
5c4dd31844
fix issue [fvt]2.13.4 nodeset osimage have no right output if command wrong #2971 ( #3147 )
...
* fix issue#2971: one CLI arguments validation issue is not correct for nodeset/rinstall/winstall
2017-05-31 17:36:09 +08:00
hu-weihua
5056bea7db
modify typo
2017-05-31 05:13:06 -04:00
Yuan Bai
358eefed2a
Merge pull request #3140 from immarvin/onrhselinux
...
fix issue RHEL update caused boot failure due to selinux #2996
2017-05-31 14:54:18 +08:00
hu-weihua
78bc818748
Modify 2 bugs for xcattest
2017-05-31 01:26:43 -04:00
Victor Hu
9bd0054d10
Merge pull request #3149 from gurevichmark/spelling_docs_overview
...
Spelling fixes for docs/sources/developers and overview
2017-05-30 21:19:19 -04:00
Mark Gurevich
50ec268c13
Merge pull request #3135 from whowutwut/expose_rvitals
...
Expose the rvitals command as part of openbmc support
2017-05-30 16:21:16 -04:00
Mark Gurevich
c5d40aa00b
Merge pull request #3134 from whowutwut/rvitals_options
...
Add support for the rvitals option for openbmc based on the defined API
2017-05-30 14:45:53 -04:00
Victor Hu
b8894ed38b
Following changes based on review comments
...
* Modified to display altitude instead of length
* Print an output message if there is no values returned from the BMC
2017-05-30 14:32:07 -04:00
Mark Gurevich
fda07616e5
Spelling fixes for docs/sources/developers and overview
2017-05-30 13:26:36 -04:00