aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2019-08-09 12:32:59 +0200
committerVratko Polak <vrpolak@cisco.com>2019-08-09 12:32:59 +0200
commita4c6a63b84f537b3ae660eab7d2a96ffb7740514 (patch)
treeecfa80bf2b0f3d2ef2955664fce8cd107242fa50 /docs
parent181e882d5c939cc6620545e5fde411e46fd59559 (diff)
Bump VPP stable version: socksvr
VPP changed the default socket path in: https://gerrit.fd.io/r/c/vpp/+/21100 Instead of "default", explicit value is used now. It coincides with VPP default one, and is stored in Constants.py (except documentation). The file name for robot side forwarded socket remains, as the path leading to is is different anyway. Change-Id: I0058d16794a3cd04411640c2c8d5fd4ee8cb997d Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/report/vpp_functional_tests/test_environment.rst2
-rw-r--r--docs/report/vpp_performance_tests/test_environment.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/report/vpp_functional_tests/test_environment.rst b/docs/report/vpp_functional_tests/test_environment.rst
index b8a6b16f88..31ee0b809d 100644
--- a/docs/report/vpp_functional_tests/test_environment.rst
+++ b/docs/report/vpp_functional_tests/test_environment.rst
@@ -403,7 +403,7 @@ There is used the default startup configuration as defined in `VPP startup.conf`
gid vpp
}
socksvr {
- default
+ socket-name /run/vpp/api.sock
}
dpdk
{
diff --git a/docs/report/vpp_performance_tests/test_environment.rst b/docs/report/vpp_performance_tests/test_environment.rst
index 48045e943e..71db52fb16 100644
--- a/docs/report/vpp_performance_tests/test_environment.rst
+++ b/docs/report/vpp_performance_tests/test_environment.rst
@@ -61,7 +61,7 @@ below:
nodaemon
}
socksvr {
- default
+ socket-name /run/vpp/api.sock
}
ip6
{