File tree 7 files changed +16
-17
lines changed
brand/features/provider/carrierServer
client/features/provider/survivalDevice
7 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ Feature: Create carrier servers
11
11
And I send a "POST" request to "/carrier_servers" with body:
12
12
"""
13
13
{
14
- "ip": "127.0.0.3",
15
- "hostname": "newhost.net",
14
+ "hostname": "127.0.0.3",
16
15
"port": 5060,
17
16
"uriScheme": 2,
18
17
"transport": 1,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Feature: Create carrier servers
34
34
And the JSON should be equal to:
35
35
"""
36
36
{
37
- "ip": null ,
37
+ "ip": "127.0.0.2" ,
38
38
"hostname": "127.0.0.3",
39
39
"port": 5060,
40
40
"uriScheme": 2,
@@ -63,7 +63,7 @@ Feature: Create carrier servers
63
63
And the JSON should be like:
64
64
"""
65
65
{
66
- "ip": null ,
66
+ "ip": "127.0.0.2" ,
67
67
"hostname": "127.0.0.3",
68
68
"port": 5060,
69
69
"uriScheme": 2,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Feature: Update carrier servers
12
12
"""
13
13
{
14
14
"ip": "127.1.0.1",
15
- "hostname": "hostname.net ",
15
+ "hostname": "127.0.0.1 ",
16
16
"port": 5060,
17
17
"uriScheme": 2,
18
18
"transport": 2,
@@ -34,7 +34,7 @@ Feature: Update carrier servers
34
34
And the JSON should be equal to:
35
35
"""
36
36
{
37
- "ip": null ,
37
+ "ip": "127.1.0.1" ,
38
38
"hostname": "127.0.0.1",
39
39
"port": 5060,
40
40
"uriScheme": 2,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Feature: Retrieve survival devices
16
16
[
17
17
{
18
18
"name": "survival test 1",
19
- "proxy": "23123 ",
19
+ "proxy": "survival1.test.com ",
20
20
"description": "new survival device 1",
21
21
"id": 1
22
22
}
@@ -34,8 +34,8 @@ Feature: Retrieve survival devices
34
34
"""
35
35
{
36
36
"name": "survival test 1",
37
- "proxy": "23123 ",
38
- "outboundProxy": "43322 ",
37
+ "proxy": "survival1.test.com ",
38
+ "outboundProxy": "192.168.1.100:5060 ",
39
39
"udpPort": 5060,
40
40
"tcpPort": 5060,
41
41
"tlsPort": 5061,
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Feature: Create a survival device
12
12
"""
13
13
{
14
14
"name": "Survival Test 1",
15
- "proxy": "23123 ",
16
- "outboundProxy": "43322 ",
15
+ "proxy": "survival1.test.com ",
16
+ "outboundProxy": "192.168.1.100:5060 ",
17
17
"udpPort": 5060,
18
18
"tcpPort": 5060,
19
19
"tlsPort": 5061,
@@ -28,8 +28,8 @@ Feature: Create a survival device
28
28
"""
29
29
{
30
30
"name": "Survival Test 1",
31
- "proxy": "23123 ",
32
- "outboundProxy": "43322 ",
31
+ "proxy": "survival1.test.com ",
32
+ "outboundProxy": "192.168.1.100:5060 ",
33
33
"udpPort": 5060,
34
34
"tcpPort": 5060,
35
35
"tlsPort": 5061,
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Feature: Update survival devices
12
12
"""
13
13
{
14
14
"name": "Survival Test 1-1",
15
- "proxy": "55555 ",
16
- "outboundProxy": "66666 ",
15
+ "proxy": "survival1.test.com ",
16
+ "outboundProxy": "192.168.1.100:5060 ",
17
17
"udpPort": 5065,
18
18
"tcpPort": 5065,
19
19
"tlsPort": 5066,
@@ -28,8 +28,8 @@ Feature: Update survival devices
28
28
"""
29
29
{
30
30
"name": "Survival Test 1-1",
31
- "proxy": "55555 ",
32
- "outboundProxy": "66666 ",
31
+ "proxy": "survival1.test.com ",
32
+ "outboundProxy": "192.168.1.100:5060 ",
33
33
"udpPort": 5065,
34
34
"tcpPort": 5065,
35
35
"tlsPort": 5066,
You can’t perform that action at this time.
0 commit comments