diff options
author | gokuls <goksing@gmail.com> | 2017-06-08 23:31:58 -0400 |
---|---|---|
committer | gokuls <goksing@gmail.com> | 2017-06-08 23:33:50 -0400 |
commit | 4d6ce277921f99c440ebcd1796b4d6447af36f3b (patch) | |
tree | bdf38ebf310710908bc91e130e496b2471865ad0 /vnfs/VES5.0/collector/scripts | |
parent | d01dc36ebf5dc8869da816379e59ff3a0a4749d2 (diff) |
Cleanup code and correct License
Change-Id: I5f1b07772c08d098e44f5e5b987c2dea9e115465
Signed-off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0/collector/scripts')
-rw-r--r-- | vnfs/VES5.0/collector/scripts/linux/go-collector.sh | 6 | ||||
-rw-r--r-- | vnfs/VES5.0/collector/scripts/windows/go-collector.bat | 7 |
2 files changed, 0 insertions, 13 deletions
diff --git a/vnfs/VES5.0/collector/scripts/linux/go-collector.sh b/vnfs/VES5.0/collector/scripts/linux/go-collector.sh deleted file mode 100644 index d3119bc9..00000000 --- a/vnfs/VES5.0/collector/scripts/linux/go-collector.sh +++ /dev/null @@ -1,6 +0,0 @@ -# Run the validating test collector. - -python ../../code/collector/collector.py \ - --config ../../config/collector.conf \ - --section windows \ - --verbose diff --git a/vnfs/VES5.0/collector/scripts/windows/go-collector.bat b/vnfs/VES5.0/collector/scripts/windows/go-collector.bat deleted file mode 100644 index 4dbf9d91..00000000 --- a/vnfs/VES5.0/collector/scripts/windows/go-collector.bat +++ /dev/null @@ -1,7 +0,0 @@ -@echo off -REM Run the validating test collector. - -python ..\..\code\collector\collector.py ^ - --config ..\..\config\collector.conf ^ - --section windows ^ - --verbose |