diff options
| author | yang liu <[email protected]> | 2023-03-29 15:56:20 +0800 |
|---|---|---|
| committer | yang liu <[email protected]> | 2023-03-29 15:56:20 +0800 |
| commit | 9dca728aa306a6448a9ef9d2aa05eba793502fab (patch) | |
| tree | 847ed32af6c6fa69a6ee5fb6108a34e5f0a82bad | |
| parent | bdc8860fe6f2af149a5fd19623cfeb94c02b2c5e (diff) | |
调整Tunnel测试数据
| -rw-r--r-- | other/data/objects/tunnel_data.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/other/data/objects/tunnel_data.yaml b/other/data/objects/tunnel_data.yaml index d04e6ac..45e020a 100644 --- a/other/data/objects/tunnel_data.yaml +++ b/other/data/objects/tunnel_data.yaml @@ -201,7 +201,7 @@ tunnel_negative_data: - - operatingType: create - Name: testtunnel + Name: test_without_ipv4 Endpoint A Type: - IPv4: click @@ -211,7 +211,7 @@ tunnel_negative_data: - - operatingType: create - Name: testtunnel + Name: test_without_ipv6 Endpoint A Type: - IPv6: click @@ -221,7 +221,7 @@ tunnel_negative_data: - - operatingType: create - Name: testtunnel + Name: test_without_description Endpoint A Type: - IPv6: click @@ -232,7 +232,7 @@ tunnel_negative_data: - - operatingType: create - Name: testtunnel + Name: test_error_ipv4 Endpoint A Type: - IPv4: click @@ -243,7 +243,7 @@ tunnel_negative_data: - - operatingType: create - Name: testtunnel + Name: test_error_ipv6 Endpoint A Type: - IPv6: click |
