summaryrefslogtreecommitdiffstats
path: root/src/tests/cases/snapshots/raw_mode__sustained_traffic_from_multiple_processes_bi_directional.snap
diff options
context:
space:
mode:
authorEduardo Broto <ebroto@tutanota.com>2019-12-10 22:57:03 +0100
committerEduardo Broto <ebroto@tutanota.com>2019-12-20 20:23:51 +0100
commit9fa4a155580eb9c25e4957ed828b96e847fe6e83 (patch)
treeef468781643eba8e13177df6cc7d2a764b9bb58f /src/tests/cases/snapshots/raw_mode__sustained_traffic_from_multiple_processes_bi_directional.snap
parent596889dbd3fa6cea2ce559bfd025fd3c2763056a (diff)
test(interfaces): update snapshots to expect the interface name
Diffstat (limited to 'src/tests/cases/snapshots/raw_mode__sustained_traffic_from_multiple_processes_bi_directional.snap')
-rw-r--r--src/tests/cases/snapshots/raw_mode__sustained_traffic_from_multiple_processes_bi_directional.snap8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/cases/snapshots/raw_mode__sustained_traffic_from_multiple_processes_bi_directional.snap b/src/tests/cases/snapshots/raw_mode__sustained_traffic_from_multiple_processes_bi_directional.snap
index f51ce55..87ca819 100644
--- a/src/tests/cases/snapshots/raw_mode__sustained_traffic_from_multiple_processes_bi_directional.snap
+++ b/src/tests/cases/snapshots/raw_mode__sustained_traffic_from_multiple_processes_bi_directional.snap
@@ -4,14 +4,14 @@ expression: formatted
---
process: <TIMESTAMP_REMOVED> "1" up/down Bps: 57/61 connections: 1
process: <TIMESTAMP_REMOVED> "5" up/down Bps: 34/37 connections: 1
-connection: <TIMESTAMP_REMOVED> :443 => 1.1.1.1:12345 (tcp) up/down Bps: 57/61 process: "1"
-connection: <TIMESTAMP_REMOVED> :443 => 3.3.3.3:1337 (tcp) up/down Bps: 34/37 process: "5"
+connection: <TIMESTAMP_REMOVED> <interface_name>:443 => 1.1.1.1:12345 (tcp) up/down Bps: 57/61 process: "1"
+connection: <TIMESTAMP_REMOVED> <interface_name>:443 => 3.3.3.3:1337 (tcp) up/down Bps: 34/37 process: "5"
remote_address: <TIMESTAMP_REMOVED> 1.1.1.1 up/down Bps: 57/61 connections: 1
remote_address: <TIMESTAMP_REMOVED> 3.3.3.3 up/down Bps: 34/37 connections: 1
process: <TIMESTAMP_REMOVED> "1" up/down Bps: 37/36 connections: 1
process: <TIMESTAMP_REMOVED> "5" up/down Bps: 32/46 connections: 1
-connection: <TIMESTAMP_REMOVED> :443 => 1.1.1.1:12345 (tcp) up/down Bps: 37/36 process: "1"
-connection: <TIMESTAMP_REMOVED> :443 => 3.3.3.3:1337 (tcp) up/down Bps: 32/46 process: "5"
+connection: <TIMESTAMP_REMOVED> <interface_name>:443 => 1.1.1.1:12345 (tcp) up/down Bps: 37/36 process: "1"
+connection: <TIMESTAMP_REMOVED> <interface_name>:443 => 3.3.3.3:1337 (tcp) up/down Bps: 32/46 process: "5"
remote_address: <TIMESTAMP_REMOVED> 1.1.1.1 up/down Bps: 37/36 connections: 1
remote_address: <TIMESTAMP_REMOVED> 3.3.3.3 up/down Bps: 32/46 connections: 1
found GOTO end :test_dir_writable SET TUTORCOPY=%2\$tutor$ COPY %1 %TUTORCOPY% >nul 2>nul GOTO end :dir_ok SET xx=%1 IF NOT .%1==.-console GOTO use_gui SHIFT SET xx=%1 GOTO use_vim :use_gui :: Try making a copy of tutor with gvim. If gvim cannot be found, try using :: vim instead. If vim cannot be found, alert user to check environment and :: installation. :: The script tutor.vim tells Vim which file to copy. start "dummy" /b /w "%~dp0gvim.exe" -u NONE -c "so $VIMRUNTIME/tutor/tutor.vim" IF ERRORLEVEL 1 GOTO use_vim :: Start gvim without any .vimrc, set 'nocompatible' start "dummy" /b /w "%~dp0gvim.exe" -u NONE -c "set nocp" %TUTORCOPY% GOTO end :use_vim :: The script tutor.vim tells Vim which file to copy call vim -u NONE -c "so $VIMRUNTIME/tutor/tutor.vim" IF ERRORLEVEL 1 GOTO no_executable :: Start vim without any .vimrc, set 'nocompatible' call vim -u NONE -c "set nocp" %TUTORCOPY% GOTO end :no_executable ECHO. ECHO. ECHO No vim or gvim found in current directory or PATH. ECHO Check your installation or re-run install.exe :end :: remove the copy of the tutor IF EXIST %TUTORCOPY% DEL %TUTORCOPY% SET xx=