~talkless/apparmor/fix_user_download_nonlatin

Viewing all changes in revision 3642.

  • Committer: Tyler Hicks
  • Date: 2017-03-02 21:25:01 UTC
  • Revision ID: tyhicks@canonical.com-20170302212501-qa7332ix8i39psp4
utils: Fix apparmor.easyprof import in test-aa-easyprof.py

The test-aa-easyprof.py script was attempting to do its own special
setup to import the in-tree easyprof module. However, this proved to be
very flaky and resulted in the test periodically failing due to an
AttributeError the first time easyprof.parse_args() was called.

This patch removes the flakiness by trusting that PYTHONPATH is set up
appropriately before the test script is ran. PYTHONPATH is already
initialized appropriately by utils/test/Makefile according to the
USE_SYSTEM make variable.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Acked-by: Seth Arnold <seth.arnold@canonical.com>
Acked-by: Christian Boltz <apparmor@cboltz.de>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: