Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Use hubble observe's jsonpb output in artifacts #16054

Merged
merged 1 commit into from
May 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/helpers/cons.go
Expand Up @@ -318,7 +318,7 @@ var ciliumCLICommands = map[string]string{
"cilium status --all-controllers": "status.txt",
"cilium kvstore get cilium --recursive": "kvstore_get.txt",

"hubble observe --since 4h -o json": "hubble_observe.txt",
"hubble observe --since 4h -o jsonpb": "hubble_observe.json",
pchaigno marked this conversation as resolved.
Show resolved Hide resolved
}

// ciliumKubCLICommands these commands are the same as `ciliumCLICommands` but
Expand All @@ -333,7 +333,7 @@ var ciliumKubCLICommands = map[string]string{
"cilium policy get": "policy_get.txt",
"cilium status --all-controllers": "status.txt",

"hubble observe --since 4h -o json": "hubble_observe.txt",
"hubble observe --since 4h -o jsonpb": "hubble_observe.json",
}

// ciliumKubCLICommandsKVStore contains commands related to querying the kvstore.
Expand Down