def check()

in custom_image_cli/validation_tool/validation_tests/check_envs.py [0:0]


    def check(self):
        env_variables = {}
        for env in self.env_path:
            var, val = env.split("=")
            env_variables[var] = val
        return self.match(env_variables)