summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2024-05-02Fix testsLeaveMyYard
2024-04-22Add multiple workload loaders, refactor kubeapi workload loaderLeaveMyYard
2024-04-04Refactor k8s workloads streaming (#256)Pavel Zhukov
* Refactor k8s workloads streaming * Fix tests
2024-03-26Improving prometheus detection step (#236)Pavel Zhukov
* Rework prometheus detection logging, fix #119 * Fix success if no scans were made * Fix get_history_range in tests * Remove unused constant --------- Co-authored-by: LeaveMyYard <zhukovpave2001@gmail.com>
2024-03-26Improve limited permissions (cherry-picked from #220) (#238)Pavel Zhukov
* Add --as option to impersonate a specific user * Update test case * Don't exit if the user lacks permissions to auto-discover prometheus * Add a comment * Add support for HPA w/o cluster-level permissions * feat: cli option for --as-group (#224) * feat: cli option for --as-group * add: as-group example * Improve a message in case of API error * Return the debug log with found items in cluster --------- Co-authored-by: Robusta Runner <aantny@gmail.com> Co-authored-by: Rohan Katkar <rohan.katkar@dnv.com> Co-authored-by: LeaveMyYard <zhukovpave2001@gmail.com>
2023-12-05Remove output verification in testsLeaveMyYard
2023-10-05Refactor how settings are passed and how logging worksLeaveMyYard
2023-08-10Lint and format codeLeaveMyYard
2023-08-02Merge branch 'main' into refactoring-and-optimizationLeaveMyYard
2023-08-02Fix testsLeaveMyYard
2023-08-02Fix testsLeaveMyYard
2023-08-02Fix minor issues leftLeaveMyYard
2023-07-26Fix pytestLeaveMyYard
2023-07-24Refactor strategy dependancy on metricsLeaveMyYard
2023-07-05Fix linting errorsLeaveMyYard
2023-05-29test fixavi robusta
2023-05-29Fix load_kubeconfig mockПавел Жуков
2023-05-26Black + isort + flake8Павел Жуков
2023-05-26Fix tests to work without kubeconfigПавел Жуков
2023-04-27Fix pytestПавел Жуков
2023-03-29Fix case when can not possible to calculateПавел Жуков
2023-03-28Test cases, readme improvementПавел Жуков