litingt
14c3fe419d
update to add wget uefi file
2018-11-22 21:41:22 -05:00
litingt
74066fc7f1
update code to test x86_64 arch
2018-11-21 01:50:35 -05:00
litingt
5311d7c01f
update
2018-11-18 22:06:55 -05:00
litingt
b4c6425ee3
update according to comments
2018-11-18 22:02:42 -05:00
litingt
68ffc340dd
add http port change case, do task 339
2018-11-18 21:12:36 -05:00
xuweibj
6d9a912cf7
Use postscript file efibootmgr to check http service instead of syslog ( #5758 )
2018-11-16 17:33:37 +08:00
xuweibj
92824aae75
Merge pull request #5808 from robin2008/bmcdiscover-missing-ipmitool
...
when no ipmitool-xcat tool, report error before go ahead the real discovery
2018-11-16 13:33:10 +08:00
Yuan Bai
c64a539b5a
confignics find wrong network for nic when mask is empty ( #5809 )
...
* confignics find wrong network for nic when mask is empty
2018-11-16 13:21:06 +08:00
bxuxa
540ee9f262
when no ipmitool-xcat tool, report error before go ahead the real discovery
2018-11-16 12:39:50 +08:00
Yuan Bai
ed6852a9e4
add log tag for postscripts ( #5805 )
2018-11-15 17:12:55 +08:00
Weihua Hu
d300991416
Merge pull request #5763 from tingtli/addlabel
...
add labels for all cases which has no labels
2018-11-15 16:52:07 +08:00
litingt
672db26f33
update ci_test label for maeknetwork and nodestat cases
2018-11-15 03:39:24 -05:00
litingt
ea05e0afbe
fix some error label
2018-11-15 02:44:58 -05:00
litingt
74e207adbd
update confignetwork cases to remove invoke_provision for some cases
2018-11-15 02:14:12 -05:00
Weihua Hu
80be4ea1fa
Merge pull request #5776 from tingtli/issue5724
...
fix issue 5724, adjust cases list to avoid some cases false failure
2018-11-15 11:10:50 +08:00
litingt
cb3dca58d9
update 2 wrong cases, rmimage and makedhcp_n_linux
2018-11-14 22:06:12 -05:00
Yuan Bai
19c5ab3f49
fix 5800 nicextraparams does not overwrite existed ifcfg attribute ( #5801 )
2018-11-14 14:31:41 +08:00
cxhong
67e5a95878
Modify configinterface postscripts to handle the MASTER IP address ( #5786 )
...
* Modify configinterface postscripts to handle the MASTER IP address
* Add modification from comments
2018-11-14 13:41:15 +08:00
Bin Xu
28ba3a5cff
imporve the performance to list group object when lots of groups defined ( #5769 )
...
* imporve the performance to list group object when lots of groups defined (#5761 )
* - for list group attribute, using the similiar method as node object, but for group
not consider the inherit and regex translation (pass $options{keep_raw} = 1)
2018-11-13 14:06:10 +08:00
Yuan Bai
239ffd7eb7
fix 5789 xcatlib.sh: line 186: &0 : syntax error ( #5790 )
2018-11-12 15:22:14 +08:00
Yuan Bai
482604f7e5
Merge pull request #5772 from neo954/sles-migration
...
Patch sles_migration test cases. Workaround for github issue #5503
2018-11-12 14:34:15 +08:00
yangsong
7f0ed6caee
remove mistake breaks ( #5784 )
2018-11-09 18:35:14 +08:00
Weihua Hu
5559e44b4a
enhance xcattest for issue 5773 and task 383 ( #5782 )
2018-11-09 18:25:27 +08:00
Yuan Bai
5db2dbd62c
fix5209 nodeset cannot find pxelinux.0 ( #5783 )
...
* distro pxelinux.0 default path is changed in ubuntu 16.04
2018-11-09 17:03:58 +08:00
Yuan Bai
5f2a90972c
Merge pull request #5726 from tingtli/task342
...
do task 342, update cases according to xcat-inventory design change
2018-11-09 16:42:16 +08:00
yangsong
92c019bdb3
set default value for $::XCATSITEVALS{httpport} if site.httpport is not specified ( #5780 )
2018-11-09 15:28:17 +08:00
Yuan Bai
cfdce8a7a5
fix 5733 genimage in ubuntu16.04.5 failure ( #5781 )
2018-11-09 14:12:56 +08:00
yangsong
f55b3f867b
several issues on site.httpport in otherpks and ospkgs ( #5777 )
...
* correct several issues
* refine ospkgs to support site.httpport
2018-11-08 17:50:14 +08:00
litingt@cn.ibm.com
602083bcc2
fix issue 5724, adjust cases list to avoid some cases false failure
2018-11-07 21:15:48 -05:00
yangsong
01541aba74
correct several issues on site.httpport in diskless provision ( #5774 )
2018-11-07 18:19:35 +08:00
GONG Jie
43b31c380c
Patch sles_migration test cases. Workaround for github issue #5503
2018-11-07 16:52:33 +08:00
Yuan Bai
13bca11a9d
add sys log for redhat statelite ( #5771 )
...
* add sys log for redhat statelite
2018-11-07 16:47:46 +08:00
Weihua Hu
e04cff48e1
Merge pull request #5770 from robin2008/travis
...
Make travis script go ahead when it failed to get PR information after max retries
2018-11-07 13:47:19 +08:00
litingt
e8e94249f8
update according to comments
2018-11-07 00:45:52 -05:00
bxuxa
30dec78b37
- Make travis continue to finish the real test when it failed to get the PR information from github
...
- and redo the non-finished PR format checking at the end if all testing is passed.
2018-11-07 10:51:09 +08:00
zet809
5211c296d8
Add repoonly option for otherpkgs to only generate repo for pkgdir and otherpkgdir ( #5768 )
...
* Add repoonly option for otherpkgs to only generate repo for pkgdir and otherpkgdir
* Update otherpkgs based on comments
2018-11-07 10:11:05 +08:00
Gᴏɴɢ Jie
7c1eb1901e
Merge pull request #5767 from bybai/sys
...
Add /etc/rsyslog.d/ to litefile table
2018-11-06 16:44:10 +08:00
Bin Xu
5a3b4c83a1
Merge pull request #5765 from immarvin/onhttport
...
modify HTTPPORT in post.xcat with macro TABLEBLANKOKAY
2018-11-06 16:40:54 +08:00
bybai
27ff17f11a
missing /etc/rsyslog.d/ from litefile table
2018-11-06 03:30:44 -05:00
yangsbj
2d4141b7d7
modify HTTPPORT in post.xcat with macro TABLEBLANKOKAY
2018-11-06 01:36:29 -05:00
litingt
e61c00cde7
add comment for lsvm case
2018-11-05 03:46:00 -05:00
litingt
004ed2c858
fix a typo
2018-11-05 03:37:14 -05:00
Bin Xu
4042193c21
Merge pull request #5764 from immarvin/onhttport
...
refine the PR
2018-11-05 16:28:27 +08:00
litingt
c8a952a634
update for ci_tst
2018-11-05 03:24:53 -05:00
yangsbj
dc8c863283
refine the PR
2018-11-05 03:15:37 -05:00
litingt
55a8ad96ab
update according to comments
2018-11-05 01:19:21 -05:00
Bin Xu
c074db3e02
Merge pull request #5757 from immarvin/onhttport
...
add support for site.httpport for post.xcat, updatenode, nodeset and makedhcp
2018-11-05 13:23:13 +08:00
yangsbj
1eae3b5b28
remove temporary cases
2018-11-04 23:41:34 -05:00
litingt
342b7eab33
update cases label
2018-11-04 23:41:03 -05:00
litingt
bf37448db6
add labels for all cases which has no labels
2018-11-04 22:23:08 -05:00