diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-01-15 15:14:02 +0100 |
---|---|---|
committer | S�bastien Determe <sebastien.determe@intl.att.com> | 2021-01-15 14:33:37 +0000 |
commit | dabd6db614abf78508add7cdbef2120120ce3d9b (patch) | |
tree | 06463fc6620fd5bd865e44da2030ea0b5a3f05db /.gitignore | |
parent | b22a94355099b0802d1dc5da8d69fd90cd8db63e (diff) |
Add policies list and PDP responses in the emulator
- Add some specific answers to the emulator so that the backend list code can be tested
- add guilin tca blueprint to the integration tests so that the test.sql contains a new template.
Issue-ID: POLICY-2924
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I716cfbaa1a084df1455da25470d86b903ef7c936
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5a5dde484..67ad92d6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -./target +/target .settings .classpath .project |