ROP file creation script for e2e testing 33/79433/1
authorRehanRaza <muhammad.rehan.raza@est.tech>
Fri, 1 Mar 2019 08:21:22 +0000 (08:21 +0000)
committerRehanRaza <muhammad.rehan.raza@est.tech>
Fri, 1 Mar 2019 08:21:22 +0000 (08:21 +0000)
commitd74e5a6083efe5e8979987cb687c6428d5e490fc
tree938618c85ac233b205f25562d792091d7d299863
parentd38feb6936783a37631c444d62fe74a78dd41824
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>
.gitignore
test/mocks/mass-pnf-sim/.gitignore
test/mocks/mass-pnf-sim/ROP_file_creator.sh [new file with mode: 0755]
test/mocks/mass-pnf-sim/templates/file_template.xml.gz [new file with mode: 0644]