Skip to content

Commit

Permalink
tests are in NFS share now
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Nov 28, 2014
1 parent ea2a237 commit dabd516
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/OpenQA/modules/openqa.pm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ our $cachedir="$basedir/$prj/cache";
our $hostname=$ENV{'SERVER_NAME'};
our $app_title = 'openQA test instance';
our $app_subtitle = 'openSUSE automated testing';
our $testcasedir = "$basedir/os-autoinst/tests";
our $testcasedir = "$basedir/openqa/share/tests";

our $dbfile = $ENV{OPENQA_DB} || "$basedir/$prj/db/db.sqlite";

Expand Down
7 changes: 4 additions & 3 deletions profiles/apparmor.d/usr.share.openqa.script.openqa
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@
/var/lib/openqa/share/factory/iso/* r,
/var/lib/openqa/share/testresults/ r,
/var/lib/openqa/share/testresults/** rk,
/var/lib/os-autoinst/tests/ r,
/var/lib/os-autoinst/tests/** rw,
/var/lib/os-autoinst/tests/*/needles/.git/objects/*/* rwl,
/var/lib/openqa/share/tests/ r,
/var/lib/openqa/share/tests/** rw,
/var/lib/openqa/share/tests/*/needles/.git/objects/*/* rwl,

/var/log/openqa rkw,
/var/tmp/* rw,
/tmp/mojo.tmp rw,
Expand Down

0 comments on commit dabd516

Please sign in to comment.