Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A basic test of passing input_json to a container and making sure it comes through #196

Open
mccalluc opened this issue Sep 24, 2018 · 0 comments

Comments

@mccalluc
Copy link
Member

Something else might be covering it, but this test had to be removed because we no longer support input via mounted files.

    # TODO: We're no longer writing the input straight to disk:
    #       Instead we need to test with an image that reads the envvars
    # def test_container_spec_with_input(self):
    #     url = self.start_container({
    #         'input': {'foo': 'bar'},
    #         'container_input_path': '/usr/share/nginx/html/index.html'
    #     }).url
    #     self.assert_loads_eventually(url, '{"foo": "bar"}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant