162306a36Sopenharmony_ci#!/bin/sh 262306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 362306a36Sopenharmony_ci# description: Basic test for tracers 462306a36Sopenharmony_ci# flags: instance 562306a36Sopenharmony_citest -f available_tracers 662306a36Sopenharmony_cifor t in `cat available_tracers`; do 762306a36Sopenharmony_ci echo $t > current_tracer 862306a36Sopenharmony_cidone 962306a36Sopenharmony_ciecho nop > current_tracer 10