• Filipe Brandenburger's avatar
    Fix cgroup names in node_container_manager_test. · 48d052fa
    Filipe Brandenburger authored
    The names were made invalid for the CgroupName refactor in #62541, so
    update them here.
    
    Furthermore, as the new names are now compatible with what
    EnforceNodeAllocatable wants, reuse the constants there as well.
    
    Tested:
      $ make test-e2e-node REMOTE=true HOSTS=test-cos-beta-67-10575-27-0 FOCUS='Validate Node Allocatable' SKIP='' TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'
      • [SLOW TEST:39.488 seconds]
      [k8s.io] Node Container Manager [Serial]
        Validate Node Allocatable
          set's up the node and runs the test
      Ran 1 of 261 Specs in 57.348 seconds
      SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 260 Skipped
    48d052fa
node_container_manager_test.go 9.77 KB