blob: 1cca51313237873ac9fea12417fe4675544c6bd7 (
plain)
ofs | hex dump | ascii |
---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 09 34 00 00 06 4b 08 02 00 00 01 df f4 08 | .PNG........IHDR...4...K........ |
0020 | 81 00 00 00 09 70 48 59 73 00 00 35 d3 00 00 35 d3 01 0c 21 43 77 00 00 20 00 49 44 41 54 78 9c | .....pHYs..5...5...!Cw....IDATx. |
0040 | ec bd 89 77 15 c5 ba 36 7e fe 15 96 f7 dc e3 e7 ef dc fb f9 ad 73 cf b9 f7 9c 7b a2 a8 47 51 11 | ...w...6~............s....{..GQ. |
0060 | 44 14 07 54 44 10 11 05 0c 73 20 01 c2 3c c8 28 08 49 08 09 21 64 80 24 84 cc 21 21 84 29 04 08 | D..TD....s...<.(.I..!d.$..!!.).. |
0080 | 43 98 e7 30 18 04 22 10 c6 40 c6 fe bd ec 97 14 b5 ab aa 7b f7 1e bb 77 ef f7 59 ef ea f5 76 75 | C..0.."..@.........{...w..Y...vu |
00a0 | 75 75 75 75 3d fd ec ea 5d c3 1f b4 a0 a1 ef 90 89 64 64 c6 e6 80 7a b2 ab e6 88 b7 d4 f8 43 10 | uuuu=...]........dd...z.......C. |
00c0 | e8 f6 0c 58 a6 04 82 1e 18 eb ac ce 88 5f 88 9e b6 d4 db 53 88 75 04 cb 40 ac 0b 3c c2 bd 34 09 | ...X........._.....S.u..@..<..4. |
00e0 | c1 06 b1 2e f0 08 f7 d2 f4 08 b8 c1 35 e9 05 ec 36 3f fe 2e 8e 3f fa a4 b5 9d 1d e2 9b 31 42 c8 | ............5...6?...?.......1B. |
0100 | a3 96 c7 72 ca 15 db f7 0b 21 42 e2 ce 80 9f ac fb ea c7 99 9f 7e 3f 0d 4e af aa 3e 80 e9 fc#!/bin/bash
#
# Copyright 2017 ZTE Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# This script is sourced by run-csit.sh after Robot test completion.
kill-instance.sh msb_internal_apigateway
kill-instance.sh msb_discovery
kill-instance.sh msb_consul
kill-instance.sh vfc-vnfres
|