提交 85a19bf7 编写于 作者: Z zhangfuzhi

新增MDNS接口用例

Signed-off-by: Nzhangfuzhi <zhangfuzhi1@huawei.com>
上级 1770177a
/** /**
* Copyright (C) 2022 Huawei Device Co., Ltd. * Copyright (C) 2022-2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
...@@ -12,8 +12,10 @@ ...@@ -12,8 +12,10 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
import Telephony_NETMANAGER_TestDNSTest from './NetworkManagerDNS.test.js' import Telephony_NETMANAGER_TestDNSTest from './NetworkManagerDNS.test.js';
import Telephony_NETMANAGER_MDNSTest from './NetworkManagerMdns.test';
export default function testsuite() { export default function testsuite() {
Telephony_NETMANAGER_TestDNSTest() Telephony_NETMANAGER_TestDNSTest();
Telephony_NETMANAGER_MDNSTest();
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册