File tree Expand file tree Collapse file tree 4 files changed +52
-0
lines changed Expand file tree Collapse file tree 4 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ FROM fedora:26
2+
3+ COPY base.txt /base.txt
4+ COPY dev_python27.txt /dev_python27.txt
5+
6+ RUN dnf -y install wget gcc git redhat-rpm-config salt-master salt-minion salt-ssh salt-syndic salt-cloud salt-api python-pip python-devel
7+
8+ RUN pip install -r /dev_python27.txt
9+
10+ ENV PYTHONPATH=/testing
11+ ENV PATH=/testing/scripts:/testing/salt/tests:$PATH
12+
13+ VOLUME /testing
14+ CMD bash
Original file line number Diff line number Diff line change 1+ Jinja2
2+ msgpack-python>0.3
3+ PyYAML
4+ MarkupSafe
5+ requests>=1.0.0
6+ tornado>=4.2.1
7+ # Required by Tornado to handle threads stuff.
8+ futures>=2.0
9+ # from zmq
10+ pycrypto
11+ pyzmq
Original file line number Diff line number Diff line change 1+ -r base.txt
2+
3+ mock
4+ apache-libcloud>=0.14.0
5+ boto>=2.32.1
6+ boto3>=1.2.1
7+ moto>=0.3.6
8+ SaltPyLint>=v2017.3.6
9+ pytest
10+ git+https://github.com/eisensheng/pytest-catchlog.git@develop#egg=Pytest-catchlog
11+ git+https://github.com/saltstack/pytest-salt.git@master#egg=pytest-salt
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <testsuite errors =" 0" failures =" 0" name =" unit.modules.cp_test.CpTestCase-20160910003241" tests =" 7" time =" 0.138" >
3+ <properties />
4+ <system-out >
5+ <![CDATA[ ]]> </system-out >
6+ <system-err >
7+ <![CDATA[ ]]> </system-err >
8+ <testcase classname =" unit.modules.cp_test.CpTestCase" name =" test__render_filenames_render_failed" time =" 0.021" />
9+ <testcase classname =" unit.modules.cp_test.CpTestCase" name =" test__render_filenames_success" time =" 0.021" />
10+ <testcase classname =" unit.modules.cp_test.CpTestCase" name =" test__render_filenames_undefined_template" time =" 0.018" />
11+ <testcase classname =" unit.modules.cp_test.CpTestCase" name =" test_get_file_not_found" time =" 0.018" />
12+ <testcase classname =" unit.modules.cp_test.CpTestCase" name =" test_get_file_str_success" time =" 0.021" />
13+ <testcase classname =" unit.modules.cp_test.CpTestCase" name =" test_push_dir_non_absolute_path" time =" 0.018" />
14+ <testcase classname =" unit.modules.cp_test.CpTestCase" name =" test_push_non_absolute_path" time =" 0.021" />
15+ </testsuite >
16+
You can’t perform that action at this time.
0 commit comments