Project

General

Profile

Idea #5428

Updated by Tom Clegg almost 6 years ago

Background: 

 @run_test_servers.py --keep-enforce-permissions@ enables Currently run_test_servers.py does not support enabling Keep permission signatures, but signatures when invoked via command line. This means (for example) keepproxy integration tests don't use this, so they any permission signatures, and in that sense aren't representative of normal real usage. 

 Improvements: 

 * Add facilities to run_test_servers.py so it can enable Keep permissions when invoked as main. 
 * Enable permission signatures in at least one (perhaps all) keepproxy tests. 
 * Enable permission signatures in at least one keepstore "process pull list" test. 

Back