-
onslack<slack1872> Hikitchen test is equivalent of kitchen create + kitchen converge + kitchen verify + kitchen destroyThose 4 steps are "independent" but when you run one, if previous are not done, it run them, that's why when we run verify it creates and convergeBut yes, in reality kitchen test is better because it destroys the instance at the end.Kitchen converge/verify are great for dev, when you don't want/need to recreate from scratch your insta
-
onslack<slack1872> So now I think about it I agree with @dafydd about using test instead of verify
-
onslack<slack1872> of course, this is not something needed to backport on all formulas.But it still could be integrated and backported later
-
onslack<slack1872> This backport need is still really problematic...