#!/bin/bash # Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) # # 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. #python generate_plot.py "EXP1_DEVICE_DRIVER_EMU_L2NM" #python generate_plot.py "EXP1_DEVICE_DRIVER_EMU_L3NM" python generate_plot.py "EXP1_DEVICE_DRIVER_TAPI" #python generate_plot.py "EXP2_DEVICE_DRIVER_EMU" # ----- All ------------------------------------------------------------ #python generate_plot.py "EXP1_DEVICE_DRIVER_EMU_L2NM" #python generate_plot.py "EXP1_DEVICE_DRIVER_EMU_L3NM" #python generate_plot.py "EXP1_DEVICE_DRIVER_TAPI" #python generate_plot.py "EXP1_SERVICE_HANDLER_EMU_L2NM" #python generate_plot.py "EXP1_SERVICE_HANDLER_EMU_L3NM" #python generate_plot.py "EXP1_SERVICE_HANDLER_TAPI" #python generate_plot.py "EXP1_COMP_PATHCOMP_RPC_COMPUTE" #python generate_plot.py "EXP2_DEVICE_DRIVER_EMU" #python generate_plot.py "EXP2_SERVICE_HANDLER_EMU_L2NM" #python generate_plot.py "EXP2_SERVICE_HANDLER_EMU_L3NM" #python generate_plot.py "EXP2_COMP_CONTEXT_DEVICE_RPCS" #python generate_plot.py "EXP2_COMP_CONTEXT_LINK_RPCS" #python generate_plot.py "EXP2_COMP_CONTEXT_SERVICE_RPCS" #python generate_plot.py "EXP2_COMP_CONTEXT_SLICE_RPCS" #python generate_plot.py "EXP2_COMP_CONTEXT_TOPOLOGY_RPCS" #python generate_plot.py "EXP2_COMP_CONTEXT_CONNECTION_RPCS" #python generate_plot.py "EXP2_COMP_DEVICE_RPCS" #python generate_plot.py "EXP2_COMP_SERVICE_RPCS" #python generate_plot.py "EXP2_COMP_SLICE_RPCS" #python generate_plot.py "EXP2_COMP_PATHCOMP_RPCS" #python generate_plot.py "EXP2_COMP_DLT_RPCS"