https://github.com/cilium/cilium
Revision f8e147bcd072638ffedad2319fae4c3e2a7e6f19 authored by Michal Rostecki on 21 February 2018, 16:36:36 UTC, committed by Ray Bejjani on 23 February 2018, 09:17:44 UTC
After introducing TablePrinter for all bpf-related commands,
`bpf tunnel list` command has a header, which increases the
line count by 1.

Signed-off-by: Michal Rostecki <mrostecki@suse.com>
1 parent 9340ff2
Raw File
Tip revision: f8e147bcd072638ffedad2319fae4c3e2a7e6f19 authored by Michal Rostecki on 21 February 2018, 16:36:36 UTC
test: Increase line count for bpf tunnel list command
Tip revision: f8e147b
.gitignore
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test
tests/cilium-files
_build/

# Architecture specific extensions/prefixes
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
*.prof

*.swn
*.swp
.vagrant
coverage.out
coverage-all.out
coverage-all.html

.DS_Store
.idea/
*.plist

daemon/bindata.go

cilium/bash_autocomplete
*.swo
outgoing

*cscope.files
*cscope.out
*cscope.in.out
*cscope.po.out
*tags

man/

# Bazel symlinks
bazel-*

test/tmp.yaml
test/*_service_manifest.json
test/*_manifest.yaml
test/*_policy.json

# Emacs backup files
*~

# Automatically generated when needed
.dockerignore

# Temporary files that allow build containers/VMs work without git
GIT_VERSION
envoy/SOURCE_VERSION
back to top