@@ -5,87 +5,103 @@ package itest
55
66var allTestCases = []* testCase {
77 {
8- name : "test mode integrated " ,
8+ name : "integrated mode" ,
99 test : testModeIntegrated ,
1010 },
1111 {
12- name : "test mode remote " ,
12+ name : "remote mode" ,
1313 test : testModeRemote ,
1414 },
1515 {
1616 name : "stateless init mode" ,
1717 test : testStatelessInitMode ,
1818 },
1919 {
20- name : "test firewall rules" ,
20+ name : "firewall rules" ,
2121 test : testFirewallRules ,
2222 },
2323 {
24- name : "test large http header" ,
24+ name : "large http header" ,
2525 test : testLargeHttpHeader ,
2626 },
2727 {
28- name : "test custom channels" ,
29- test : testCustomChannels ,
28+ name : "custom channels" ,
29+ test : testCustomChannels ,
30+ noAliceBob : true ,
3031 },
3132 {
32- name : "test custom channels large" ,
33- test : testCustomChannelsLarge ,
33+ name : "custom channels large" ,
34+ test : testCustomChannelsLarge ,
35+ noAliceBob : true ,
3436 },
3537 {
36- name : "test custom channels grouped asset" ,
37- test : testCustomChannelsGroupedAsset ,
38+ name : "custom channels grouped asset" ,
39+ test : testCustomChannelsGroupedAsset ,
40+ noAliceBob : true ,
3841 },
3942 {
40- name : "test custom channels force close" ,
41- test : testCustomChannelsForceClose ,
43+ name : "custom channels force close" ,
44+ test : testCustomChannelsForceClose ,
45+ noAliceBob : true ,
4246 },
4347 {
44- name : "test custom channels breach" ,
45- test : testCustomChannelsBreach ,
48+ name : "custom channels breach" ,
49+ test : testCustomChannelsBreach ,
50+ noAliceBob : true ,
4651 },
4752 {
48- name : "test custom channels liquidity" ,
49- test : testCustomChannelsLiquidityEdgeCases ,
53+ name : "custom channels liquidity" ,
54+ test : testCustomChannelsLiquidityEdgeCases ,
55+ noAliceBob : true ,
5056 },
5157 {
52- name : "test custom channels liquidity group" ,
53- test : testCustomChannelsLiquidityEdgeCasesGroup ,
58+ name : "custom channels liquidity group" ,
59+ test : testCustomChannelsLiquidityEdgeCasesGroup ,
60+ noAliceBob : true ,
5461 },
5562 {
56- name : "test custom channels htlc force close" ,
57- test : testCustomChannelsHtlcForceClose ,
63+ name : "custom channels htlc force close" ,
64+ test : testCustomChannelsHtlcForceClose ,
65+ noAliceBob : true ,
5866 },
5967 {
60- name : "test custom channels htlc force close MPP" ,
61- test : testCustomChannelsHtlcForceCloseMpp ,
68+ name : "custom channels htlc force close MPP" ,
69+ test : testCustomChannelsHtlcForceCloseMpp ,
70+ noAliceBob : true ,
6271 },
6372 {
64- name : "test custom channels balance consistency" ,
65- test : testCustomChannelsBalanceConsistency ,
73+ name : "custom channels balance consistency" ,
74+ test : testCustomChannelsBalanceConsistency ,
75+ noAliceBob : true ,
6676 },
6777 {
68- name : "test custom channels single asset multi input" ,
69- test : testCustomChannelsSingleAssetMultiInput ,
78+ name : "custom channels single asset multi input" ,
79+ test : testCustomChannelsSingleAssetMultiInput ,
80+ noAliceBob : true ,
7081 },
7182 {
72- name : "test custom channels oracle pricing" ,
73- test : testCustomChannelsOraclePricing ,
83+ name : "custom channels oracle pricing" ,
84+ test : testCustomChannelsOraclePricing ,
85+ noAliceBob : true ,
7486 },
7587 {
76- name : "test custom channels fee" ,
77- test : testCustomChannelsFee ,
88+ name : "custom channels fee" ,
89+ test : testCustomChannelsFee ,
90+ noAliceBob : true ,
7891 },
7992 {
80- name : "test custom channels forward bandwidth" ,
81- test : testCustomChannelsForwardBandwidth ,
93+ name : "custom channels forward bandwidth" ,
94+ test : testCustomChannelsForwardBandwidth ,
95+ noAliceBob : true ,
8296 },
8397 {
84- name : "test custom channels strict forwarding" ,
85- test : testCustomChannelsStrictForwarding ,
98+ name : "custom channels strict forwarding" ,
99+ test : testCustomChannelsStrictForwarding ,
100+ noAliceBob : true ,
86101 },
87102 {
88- name : "test custom channels decode payreq" ,
89- test : testCustomChannelsDecodeAssetInvoice ,
103+ name : "custom channels decode payreq" ,
104+ test : testCustomChannelsDecodeAssetInvoice ,
105+ noAliceBob : true ,
90106 },
91107}
0 commit comments