1# Copyright (c) 2022 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14QuickFix Execute start 15QuickFix start load patch 16QuickFix load patch success 17print patch:100 - 200 18QuickFix start check exception 19QuickFix have no exception 20QuickFix start unload patch 21QuickFix unload patch success 22print base:100 - 100 23QuickFix start load patch 24QuickFix load patch success 25print patch1:100 - 300 26QuickFix start check exception 27QuickFix have no exception 28QuickFix start unload patch 29QuickFix unload patch success 30print base:100 - 100 31QuickFix start load patch 32QuickFix load patch success 33print patch2: 100 - 400 34QuickFix start check exception 35QuickFix have no exception 36QuickFix start unload patch 37QuickFix unload patch success 38print base:100 - 100 39QuickFix Execute end 40