<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/95a33e5d0596b3edc321170606cdc6f38d9de011" style="text-decoration: none; font-weight: bold; color: #573;">tests: clarify user IP range test dependency on beaker caching of user objects  Requests with invalid request address would pass after configuring user IP ra...</a></h1>
<div id="body">
kiilerix committed on 2016-03-02 16:03:23<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/95a33e5d0596b3edc321170606cdc6f38d9de011">95a33e5d</a><pre>tests: clarify user IP range test dependency on beaker caching of user objects

Requests with invalid request address would pass after configuring user IP
ranges because the IP range would not be validated as long as the user object
was found in the beaker cache.

Instead, wait until the beaker cache has expired and verify the user cannot log
in without a valid IP. Then provide a valid IP for later requests until the IP
range is removed again.

Based on original patch and research by Dominik Ruf.

 M kallithea/tests/functional/test_admin_permissions.py (14 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>