testsuite
testsuite copied to clipboard
[1626] Do not uninstall cluster tools when `host_network` test is run
Issues:
Refs: #1626
Description
When ClusterTools was previously installed in the default namespace, it had to be uninstalled to not be a cause for failure of the host_network test. This isn't required anymore since the Kubescape module filters and tests only for resources that belong to the CNF.
How has this been tested:
- [x] Covered by existing integration testing
- [ ] Added integration testing to cover
- [ ] Verified all A/C passes
- [ ] develop
- [ ] master
- [ ] tag/other branch
- [ ] Test environment
- [ ] Shared Packet K8s cluster
- [ ] New Packet K8s cluster
- [ ] Kind cluster
- [ ] Have not tested
Types of changes:
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
Checklist:
Documentation
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [x] No updates required.
Code Review
- [ ] Does the test handle fatal exceptions, ie. rescue block
Issue
- [ ] Tasks in issue are checked off
There's no way to verify this change apart from just running the test and ensuring that it runs without issues.