diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-08-28 13:51:08 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-08-28 16:14:02 -0500 |
commit | 843df4cc5bacf7170c9f93719ec57298391b2400 (patch) | |
tree | a20263439fdf1e27f8b0e7fbad6656081b7e1922 /.gitignore | |
parent | 4dcf676e9aa77702b20edf8d8c236ec87fb1c41b (diff) |
junits in policy-management
- add additional junits for policy-management module
- allow for no configuration pdp-d start up.
- minor changes junits for policy-endpoints to avoid
race conditions in jenkins environment, starting up, and
shutting down servers.
Issue-ID: POLICY-109
Change-Id: Ibccefeb5d7cf762da27fe3282887df18d79db5df
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -4,13 +4,12 @@ .classpath .jupiter .pydevproject -target -.metadata/ -policy-endpoints/logs/ -feature-session-persistence/sql/ -feature-session-persistence/testingLogs/ -policy-utils/debug-logs/ -policy-utils/logs/ -/bin/ +*.swp *.log -policy-management/config/unnamed-controller.properties +*.out +.metadata/ +target/ +*/logs/ +*/sql/ +*/testingLogs/ +*/config/ |