aboutsummaryrefslogtreecommitdiffstats
path: root/spec/acceptance/honeycomb_spec.rb
AgeCommit message (Collapse)AuthorFilesLines
2017-10-06Update honeycomb config for 17.10Feng Pan1-3/+9
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>
2017-09-21Remove calling fdio class from honeycombFeng Pan1-0/+1
We currently invoke fdio class from honeycomb, this could cause problem if fdio is invoked somewhere else in the manifest with resource style invokation. It should be safe to assume fdio will be called when honeycomb class is used. Also removes custom honeycomb restart command. JIRA: PUP-7 Change-Id: I19348c4e59778fa65dc0ceea895185e68f8afcaf Signed-off-by: Feng Pan <fpan@redhat.com>
2017-04-22Add parameter for dpdk-plugin supportFeng Pan1-0/+1
DPDK is now an optional plugin shipped in vpp-plugins package, adding parameter vpp_dpdk_support which defaults to true to support configuration of DPDK related options. JIRA: PUP-2 Change-Id: Ie033e2b6cd871c8f8b644499a0283949a0039bf6 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-11-21Initial Commit.Feng Pan1-0/+33
Change-Id: I212ec4be42357edddd931e9e479e33131ccd4bac Signed-off-by: Feng Pan <fpan@redhat.com>