@@ -5,83 +5,98 @@ 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 htlc force close" ,
53- test : testCustomChannelsHtlcForceClose ,
58+ name : "custom channels htlc force close" ,
59+ test : testCustomChannelsHtlcForceClose ,
60+ noAliceBob : true ,
5461 },
5562 {
56- name : "test custom channels htlc force close MPP" ,
57- test : testCustomChannelsHtlcForceCloseMpp ,
63+ name : "custom channels htlc force close MPP" ,
64+ test : testCustomChannelsHtlcForceCloseMpp ,
65+ noAliceBob : true ,
5866 },
5967 {
60- name : "test custom channels balance consistency" ,
61- test : testCustomChannelsBalanceConsistency ,
68+ name : "custom channels balance consistency" ,
69+ test : testCustomChannelsBalanceConsistency ,
70+ noAliceBob : true ,
6271 },
6372 {
64- name : "test custom channels single asset multi input" ,
65- test : testCustomChannelsSingleAssetMultiInput ,
73+ name : "custom channels single asset multi input" ,
74+ test : testCustomChannelsSingleAssetMultiInput ,
75+ noAliceBob : true ,
6676 },
6777 {
68- name : "test custom channels oracle pricing" ,
69- test : testCustomChannelsOraclePricing ,
78+ name : "custom channels oracle pricing" ,
79+ test : testCustomChannelsOraclePricing ,
80+ noAliceBob : true ,
7081 },
7182 {
72- name : "test custom channels fee" ,
73- test : testCustomChannelsFee ,
83+ name : "custom channels fee" ,
84+ test : testCustomChannelsFee ,
85+ noAliceBob : true ,
7486 },
7587 {
76- name : "test custom channels forward bandwidth" ,
77- test : testCustomChannelsForwardBandwidth ,
88+ name : "custom channels forward bandwidth" ,
89+ test : testCustomChannelsForwardBandwidth ,
90+ noAliceBob : true ,
7891 },
7992 {
80- name : "test custom channels strict forwarding" ,
81- test : testCustomChannelsStrictForwarding ,
93+ name : "custom channels strict forwarding" ,
94+ test : testCustomChannelsStrictForwarding ,
95+ noAliceBob : true ,
8296 },
8397 {
84- name : "test custom channels decode payreq" ,
85- test : testCustomChannelsDecodeAssetInvoice ,
98+ name : "custom channels decode payreq" ,
99+ test : testCustomChannelsDecodeAssetInvoice ,
100+ noAliceBob : true ,
86101 },
87102}
0 commit comments