Skip to content

Environment variables not configured in Linux namespaces #22

Description

@liambrady

Any environment variables configured through env in the munet schema do not seem to be actually configured within a Linux namespace node.

For example, configuring munet.yaml as follows:

topology:
  nodes:
    - name: temp
      cmd: echo $foo
      env:
        - name: foo
          value: bar

and entering the node temp through the command term temp, it can be observed that "bar" is missing from cmd.log. Similarly, echo $foo does not print "bar"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions