Skip to content

Molecule tests don't work in RL9.5 #177

Open
@sjpb

Description

@sjpb

They need changing like this:

#molecule/test*/molecule.yml
 platforms:
   - name: testohpc-login-0
+    hostname: testohpc-login-0
     image: ${MOLECULE_IMAGE}
     pre_build_image: true
     groups:
       - testohpc_login
     command: /sbin/init
     tmpfs:
-      - /run
-      - /tmp
+      /run: rw,size=128m
+      /tmp: rw,size=128m
     volumes:
       - /sys/fs/cgroup:/sys/fs/cgroup:ro
     network: net1

.. and same for all other nodes in each file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions