Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-45062

Wrong manila operator name in e2e tests

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 4.18.0
    • HyperShift / OpenStack
    • None
    • None
    • ShiftStack Sprint 263
    • 1
    • Proposed
    • False
    • Hide

      None

      Show
      None
    • Release Note Not Required
    • In Progress

      This is a clone of issue OCPBUGS-44929. The following is the description of the original issue:

      Description of problem:

      === RUN   TestNodePool/HostedCluster2/EnsureHostedCluster/EnsureSATokenNotMountedUnlessNecessary
          util.go:1943: 
              Expected
                  <string>: kube-api-access-5jlcn
              not to have prefix
                  <string>: kube-api-access-

       

      Pod spec:

          name: manila-csi-driver-operator
          resources:
            requests:
              cpu: 10m
              memory: 50Mi
          securityContext:
            allowPrivilegeEscalation: false
            capabilities:
              drop:
              - ALL
            runAsNonRoot: true
            runAsUser: 1000690000
          terminationMessagePath: /dev/termination-log
          terminationMessagePolicy: FallbackToLogsOnError
          volumeMounts:
          - mountPath: /etc/guest-kubeconfig
            name: guest-kubeconfig
          - mountPath: /etc/openstack-ca/
            name: cacert
          - mountPath: /etc/openstack/
            name: cloud-credentials
          - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
            name: kube-api-access-5jlcn
            readOnly: true 

              emacchi@redhat.com Emilien Macchi
              openshift-crt-jira-prow OpenShift Prow Bot
              Ramón Lobillo Ramón Lobillo
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: