Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
tests(fluentbit): differentiate names and contexts for fluentbit e2es
Browse files Browse the repository at this point in the history
Signed-off-by: Sanya Kochhar <kochhars@microsoft.com>
  • Loading branch information
SanyaKochhar authored and nojnhuh committed Mar 12, 2021
1 parent 739b490 commit b7ce924
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Independent of tiers, tests are also organized into buckets. Each bucket runs in
| e2e_multiple_services_per_pod_test.go | 2 | 3
| e2e_metrics_test.go | 2 | 4
| e2e_debug_server_test.go | 2 | 4
| e2e_fluentbit_test.go | 2 | 4
| e2e_fluentbit_out_test.go | 2 | 4
| e2e_fluentbit_deployment_test.go | 2 | 4
| e2e_fluentbit_output_test.go | 2 | 4

**Note**: These tiers and buckets and which tests fall into each are likely to change as the test suite grows.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var _ = OSMDescribe("Test deployment of Fluent Bit sidecar",
Bucket: 4,
},
func() {
Context("Fluentbit", func() {
Context("Fluent Bit deployment", func() {
It("Deploys a Fluent Bit sidecar only when enabled", func() {
// Install OSM with Fluentbit
installOpts := Td.GetOSMInstallOpts()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var _ = OSMDescribe("Test deployment of Fluent Bit sidecar",
Bucket: 2,
},
func() {
Context("FluentbitOutput", func() {
Context("Fluent Bit output", func() {
It("Forwards correctly filtered logs to stdout", func() {
// Install OSM with Fluentbit
installOpts := Td.GetOSMInstallOpts()
Expand Down

0 comments on commit b7ce924

Please sign in to comment.