lsps0: add integration test

This commit is contained in:
Jesse de Wit
2023-08-11 14:20:45 +02:00
parent 26edc7683c
commit 06dfa7c334
6 changed files with 170 additions and 17 deletions

View File

@@ -174,4 +174,8 @@ var allTestCases = []*testCase{
name: "testOfflineNotificationZeroConfChannel",
test: testOfflineNotificationZeroConfChannel,
},
{
name: "testLsps0GetProtocolVersions",
test: testLsps0GetProtocolVersions,
},
}