github.com/SUSE/skuba@v1.4.17/ci/infra/testrunner/tests/test_upgrade_plan_all_fine.py (about)

     1  import pytest
     2  
     3  @pytest.mark.disruptive
     4  def test_upgrade_plan_all_fine(provision, skuba, kubectl, platform):
     5      """
     6      Starting from a up-to-date cluster, check what cluster/node plan report.
     7      """
     8  
     9      out = skuba.cluster_upgrade_plan()
    10  
    11      assert out.find(
    12          "All nodes match the current cluster version"
    13      ) != -1