aboutsummaryrefslogtreecommitdiffstats
path: root/spec/acceptance/fdio_spec.rb
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2017-10-06 00:54:44 -0400
committerFeng Pan <fpan@redhat.com>2017-10-06 00:54:44 -0400
commit51d315eed319df4e325aed4ed6ae585004273533 (patch)
tree70f69660fdb747405c69756952d9a083386a494f /spec/acceptance/fdio_spec.rb
parentf7af7a686b888828808786a219dbed45c932d130 (diff)
Update honeycomb config for 17.10
In 17.10, honeycomb configuration files are split to multiple json files. Change honeycomb config to write to the new files, also change from using template to augeas. Change-Id: Ie4a1289de261b54f8f8cd71779c58361b9e0f7d3 Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'spec/acceptance/fdio_spec.rb')
-rw-r--r--spec/acceptance/fdio_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/acceptance/fdio_spec.rb b/spec/acceptance/fdio_spec.rb
index 250de9a..293707f 100644
--- a/spec/acceptance/fdio_spec.rb
+++ b/spec/acceptance/fdio_spec.rb
@@ -7,7 +7,7 @@ describe 'fdio' do
it 'should work with no errors' do
pp= <<-EOS
class { '::fdio':
- repo_branch => 'stable.1707'
+ repo_branch => 'stable.1710'
}
EOS
@@ -35,7 +35,7 @@ describe 'fdio' do
it 'should work with no errors' do
pp= <<-EOS
class { '::fdio':
- repo_branch => 'stable.1707',
+ repo_branch => 'stable.1710',
vpp_cpu_main_core => '1',
vpp_cpu_corelist_workers => '2',
vpp_vhostuser_coalesce_frames => 32,