A brief review of our test cases suggests that several things can be cleaned up.
tests in testdatatests.yaml use testdata/charts/iter8 instead of charts/iter8. This made sense when hub was a separate repository. However, now that it is merged, we should delete testdata/charts and update any tests that refer to them.
tests in localtests.yaml have a step to install iter8. However, subsequent steps do not use iter8. We should remove the install. We should review all such installs.
A brief review of our test cases suggests that several things can be cleaned up.
testdatatests.yaml
usetestdata/charts/iter8
instead ofcharts/iter8
. This made sense whenhub
was a separate repository. However, now that it is merged, we should deletetestdata/charts
and update any tests that refer to them.localtests.yaml
have a step to installiter8
. However, subsequent steps do not useiter8
. We should remove the install. We should review all such installs.