summaryrefslogtreecommitdiff
path: root/tests/e2e/conditional_downloads.py
AgeCommit message (Collapse)Author
2018-01-06[test] Use ci.leap.se for e2e testsVarac
2017-10-30[bug] fix test flakynessKali Kaneko
2017-09-20debugKali Kaneko
(add some extra line to force tests to run again)
2017-09-20[feat] check if there are newest configuration filesKali Kaneko
here we port the if-modified-since conditional mechanism, so that we only write the config if it is newer than whan we have. we also add a line with the status code to the logs, so that it's easier to debug. note that the 'configs.json' file is never returning 304. - Resolves: #8773