diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2023-03-13 18:39:12 +0000 |
---|---|---|
committer | Daniel Hanrahan <daniel.hanrahan@est.tech> | 2023-03-22 16:07:31 +0000 |
commit | aaf1a809ed48d0c6cf97d4ebbe14540dd218ef68 (patch) | |
tree | be57378006250931091e9fe781a91dd50074422e /test-tools/.gitignore | |
parent | aa3b2d66f489528e7773e2db584d41807dadfcb0 (diff) |
Fixes for CM-handle de-registration test script
- Fixed dmi-plugin-stub port
- Removed unneeded test cases
- Added pushd/popd so script can be run from any directory
- Added metrics-reports to .gitignore
Issue-ID: CPS-1552
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I0ff3549449687a919faf1c2f3172fbea6178a658
Diffstat (limited to 'test-tools/.gitignore')
-rw-r--r-- | test-tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-tools/.gitignore b/test-tools/.gitignore new file mode 100644 index 0000000000..28b8c34778 --- /dev/null +++ b/test-tools/.gitignore @@ -0,0 +1 @@ +/metrics-reports/ |