minikube/test/integration
Victor Ubahakwe 958ecac9d3
Refactor table rendering (#20893)
* Refactored table rendering codes to support updated tablewriter v1.0.7

This commit makes all necessary code changes to maintain compatibility
with the new tablewriter version. The update includes several required modifications across multiple files.

Files modified:
- cmd/minikube/cmd/config/images.go
- cmd/minikube/cmd/config/addons_list.go
- cmd/minikube/cmd/config/profile_list.go
- hack/benchmark/time-to-k8s/chart.go
- hack/benchmark/time-to-k8s/cpu.go
- pkg/minikube/audit/row.go
- pkg/minikube/machine/cache_images.go
- pkg/minikube/perf/result_manager.go
- pkg/minikube/service/service.go

Now #20878 can be merged.
Addresses #20879

* The tablewriter package v1.0.7 renamed SetHeaders to SetHeader

* updated go mod and table.SetColumnAlignment([]int{0, 0, 0, 0})

* Changed syntax and added vendor to gitignore

* simplified version of tablewriter

* removed vendor

* fix addon_list

* fix images tablewrtier

* bump tablewriter for profile list

* go mod tidy

* bump tablewriter for chart

* bump tablewriter for cpu chart

* bump tablewriter for row

* bump tablewriter cache images

* bump tablewriter

* bump tablewriter

* revert file

* bump tablewritter

* fix unit test

* fix lint issues

* fix the integration test pipe char

* convert all tables to new pipe instead of asci pipe

* convert all tables to new pipe instead of asci pipe

* go mod tidy

* go work sync

---------

Co-authored-by: Medya Ghazizadeh <medya@google.com>
2025-07-21 16:20:55 -07:00
..
testdata test: use alpine for gvsior image in testdata (#21059) 2025-07-14 14:02:47 -07:00
README.md Move integration testing doc from the readme.md to the website 2020-04-18 20:29:40 -07:00
aaa_download_only_test.go remove redundant calls to PostMortemLogs() 2024-01-11 21:56:42 +00:00
aab_offline_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
addons_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
cert_options_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
docker_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
driver_install_or_update_test.go fix linting 2022-07-25 09:59:13 -07:00
error_spam_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
functional_test.go Refactor table rendering (#20893) 2025-07-21 16:20:55 -07:00
functional_test_mount_test.go Applied suggestions 2023-04-25 15:11:41 +03:00
functional_test_pvc_test.go remove old build tags 2022-03-30 16:43:29 -07:00
functional_test_tunnel_test.go fix: fix incomplete cleanup in tunnel.json and zombie process in functional test 2025-01-28 11:42:51 -08:00
guest_env_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
gvisor_addon_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
ha_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
helpers_test.go remove deprecated functions 2023-04-12 15:03:13 -07:00
image_test.go testing: added Setup subtest for ImageBuild 2023-05-11 14:56:03 -07:00
json_output_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
kic_custom_network_test.go implement --static-ip flag 2023-01-04 10:27:00 -08:00
main_test.go fix: fix incomplete cleanup in tunnel.json and zombie process in functional test 2025-01-28 11:42:51 -08:00
minikube_profile_test.go add the StartArgs() suffix as supplied by test suite 2022-06-01 15:28:50 +05:30
mount_start_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
multinode_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
net_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
no_kubernetes_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
none_test.go fix none tests relying on sudo 2023-05-02 10:23:58 -07:00
pause_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
preload_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
scheduled_stop_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
skaffold_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
start_stop_delete_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
status_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00
util_test.go cleanup: Check for scanner errors 2023-03-31 11:15:34 -07:00
version_upgrade_test.go Fix KVM driver (tests) timeouts (#20852) 2025-06-03 15:07:48 -07:00