diff options
author | RehanRaza <muhammad.rehan.raza@est.tech> | 2019-03-01 08:21:22 +0000 |
---|---|---|
committer | RehanRaza <muhammad.rehan.raza@est.tech> | 2019-03-01 08:21:22 +0000 |
commit | d74e5a6083efe5e8979987cb687c6428d5e490fc (patch) | |
tree | 938618c85ac233b205f25562d792091d7d299863 /test/mocks/mass-pnf-sim/.gitignore | |
parent | d38feb6936783a37631c444d62fe74a78dd41824 (diff) |
ROP file creation script for e2e testing
* Creates a number of files (set using NUM_FILES) with standard filenames
* File are created using a template XML file (set using FILE_TEMPLATE)
* Files are updated after a specific interval (set using UPDATE_MINS)
* At each update, the name of oldest file is modified with current timestamp
* Works for multiple PNF nodes (set using NUM_NODES)
Change-Id: I279970720ae25a360bd7a56923ebf3b8825abfd8
Issue-ID: DCAEGEN2-1225
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
Diffstat (limited to 'test/mocks/mass-pnf-sim/.gitignore')
-rw-r--r-- | test/mocks/mass-pnf-sim/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mocks/mass-pnf-sim/.gitignore b/test/mocks/mass-pnf-sim/.gitignore index 0db78788e..7111c7f28 100644 --- a/test/mocks/mass-pnf-sim/.gitignore +++ b/test/mocks/mass-pnf-sim/.gitignore @@ -1,3 +1,4 @@ pnf-sim-lw-* .env/ -pnf-sim-lightweight/logs/*
\ No newline at end of file +pnf-sim-lightweight/logs/* +files/onap/* |