Moshe | ea90f9b | 2018-03-25 17:00:40 +0300 | [diff] [blame^] | 1 | #!/bin/bash |
| 2 | |
| 3 | ############################################################################## |
| 4 | # Copyright 2018 EuropeanSoftwareMarketingLtd. |
| 5 | # =================================================================== |
| 6 | # Licensed under the ApacheLicense, Version2.0 (the"License"); |
| 7 | # you may not use this file except in compliance with the License. |
| 8 | # You may obtain a copy of the License at |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # software distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and limitations under |
| 14 | # the License |
| 15 | ############################################################################## |
| 16 | # vnftest comment: this is a modified copy of |
| 17 | # yardstick/resources/scripts/remove/sample.bash |
| 18 | |
| 19 | set -e |
| 20 | |
| 21 | rm test.sh |