Test Case Framework (TCF) tcf 参数

2023-05-16

[root@embargo ww13]# tcf --help
usage: tcf [-h] [-v] [--log-pid-tid] [--log-time]
           [--config-file CONFIG-FILE.py] [-p CONFIG_PATH]
           [--state-path STATE_PATH] [-u URL] [-d] [-x] [-i]
           [--make-jobserver MAKE_JOBSERVER] [--no-make-jobserver] [-V]
           [-t TICKET] [-a ALLOCATIONID] [-C DIR]
           {config,login,cookies,ls,list,get,patch,enable,disable,property-set,property-get,release,run,pos-capability-ls,alloc-targets,acquire,alloc-monitor,alloc-ls,alloc-list,alloc-rm,alloc-del,alloc-delete,guest-add,guest-ls,guest-rm,guest-remove,button-press,button-release,button-click,button-double-click,button-ls,capture-start,capture-get,capture-stop-and-get,capture-stop,capture-ls,console-read,console-ls,console-write,console-setup,console-disable,console-enable,console-wall,debug-gdb,debug-ls,debug-start,debug-stop,debug-halt,debug-reset,debug-reset-halt,debug-resume,images-ls,images-list,images-flash,ioc_flash_server_app,fastboot,fastboot-ls,power-on,power-off,power-cycle,power-sequence,power-ls,power-get,store-upload,store-dnload,store-rm,store-del,store-delete,store-ls,thing-plug,thing-unplug,thing-get,thing-ls,tunnel-add,tunnel-rm,tunnel-remove,tunnel-delete,tunnel-ls,user-ls,logout,role-gain,role-drop,servers,server-ls,healthcheck}
           ...

positional arguments:
  {config,login,cookies,ls,list,get,patch,enable,disable,property-set,property-get,release,run,pos-capability-ls,alloc-targets,acquire,alloc-monitor,alloc-ls,alloc-list,alloc-rm,alloc-del,alloc-delete,guest-add,guest-ls,guest-rm,guest-remove,button-press,button-release,button-click,button-double-click,button-ls,capture-start,capture-get,capture-stop-and-get,capture-stop,capture-ls,console-read,console-ls,console-write,console-setup,console-disable,console-enable,console-wall,debug-gdb,debug-ls,debug-start,debug-stop,debug-halt,debug-reset,debug-reset-halt,debug-resume,images-ls,images-list,images-flash,ioc_flash_server_app,fastboot,fastboot-ls,power-on,power-off,power-cycle,power-sequence,power-ls,power-get,store-upload,store-dnload,store-rm,store-del,store-delete,store-ls,thing-plug,thing-unplug,thing-get,thing-ls,tunnel-add,tunnel-rm,tunnel-remove,tunnel-delete,tunnel-ls,user-ls,logout,role-gain,role-drop,servers,server-ls,healthcheck}
                        commands
    config              Print information about configuration
    login               Login to the different servers
    cookies             Show logging cookies (to feed into curl, etc) maybe
                        only for one server
    ls                  List the targets; by default, in a terminal, it will
                        print a multi-column display with '!' next to powered-
                        on targets, and @ next to owned targets; -v adds more
                        detail)
    get                 Return target information straight from the server
                        formated as JSON (unlike 'list', which will add some
                        client fields)
    patch               Store target information in the server
    enable              Enable a disabled target
    disable             Disable an enabled target
    property-set        Set a target's property
    property-get        Get a target's property
    release             Release ownership of a target
    run                 Run testcases
    pos-capability-ls   List available POS capabilities or those each target
                        exports
    alloc-targets       Allocate targets for exclusive use
    alloc-monitor       Monitor the allocations current in the system
    alloc-ls            List information about current allocations in all the
                        servers or the servers where the named targets are
    alloc-rm            Delete an existing allocation (which might be in any
                        state; any targets allocated to said allocation will
                        be released
    guest-add           Add a guest to an allocation
    guest-ls            list guests in an allocation
    guest-rm            Remove a guest from an allocation
    button-press        press a button
    button-release      release a button
    button-click        click a button
    button-double-click
                        double-click a button
    button-ls           List available buttons
    capture-start       start capturing
    capture-get         stop capturing and get the result to a file
    capture-stop-and-get
                        stop capturing and get the result to a file
    capture-stop        stop capturing, discarding the capture
    capture-ls          List available capturers
    console-read        Read from a target's console (pipe to `cat -A` to
                        remove control chars
    console-ls          List consoles
    console-write       Write to a target's console
    console-setup       Setup a console
    console-disable     Disable a console
    console-enable      Enable a console
    console-wall        Display multiple serial consoles in a tiled terminal
                        window using GNU screen (type 'Ctrl-a : quit' to stop
                        it)
    debug-gdb           Report GDB bridge information on target's components
    debug-ls            Report debug information on target
    debug-start         Start debugging support on target
    debug-stop          Stop debugging support on target
    debug-halt          Halt target's CPUs
    debug-reset         Reset target's CPUs
    debug-reset-halt    Reset and halt target's CPUs
    debug-resume        Resume the target's CPUs
    images-ls           List supported image types
    images-flash        (maybe upload) and flash images in the target
    ioc_flash_server_app
                        Run ioc_flash_server_app command
    fastboot            Run a fastboot command
    fastboot-ls         List allowed fastboot commands
    power-on            Power on target's power rail (or individual
                        components)
    power-off           Power off target's power rail (or individual
                        components)
    power-cycle         Power cycle target's power rail (or individual
                        components)
    power-sequence      Execute a power sequence
    power-ls            List power rail components and their state
    power-get           Print target's power state.A target is considered *on*
                        when all of its power railcomponents are on; fake
                        power components report power state as*n/a* and those
                        are not taken into account.
    store-upload        Upload a local file to the server
    store-dnload        Download a file from the server
    store-rm            Delete a file from the server
    store-ls            List files stored in the server
    thing-plug          Plug a thing to the target
    thing-unplug        Unplug a thing from the target
    thing-get           Return current thing's state
    thing-ls            List plugged and unplugged things
    tunnel-add          create an IP tunnel
    tunnel-rm           remove an existing IP tunnel
    tunnel-ls           List existing IP tunnels
    user-ls             List users known to the server (note you need admin
                        role privilege to list users others than your own)
    logout              Log user out of the servers brokers
    role-gain           Gain access to a role which has been dropped
    role-drop           Drop access to a role
    servers             List configured servers
    healthcheck         Do a very basic health check

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         Increase verbosity
  --log-pid-tid         Print PID and TID in the logs
  --log-time            Print Date and time in the logs
  --config-file CONFIG-FILE.py, -c CONFIG-FILE.py
                        Files to parse as configuration (this is used for
                        testing, along with --config-path ""
  -p CONFIG_PATH, --config-path CONFIG_PATH
                        List of ':' separated paths from where to load
                        conf_.*.py configuration files in alphabetic order
                        (['.tcf', '/root/.tcf', '/root/.local/etc/tcf'])
  --state-path STATE_PATH
                        Directory where to save state (/root/.tcf)
  -u URL, --url URL     URL to the test broker (multiple may be specified)
  -d, --debug           Enable internal debug prints and checks
  -x, --traces          Print exception traces
  -i, --ignore-ssl      Ignore server SSL certificate
  --make-jobserver MAKE_JOBSERVER
                        [internal] used to re-execute under a make jobserver.
  --no-make-jobserver   [internal] do not re-run under a make jobserver.
  -V, --version         show program's version number and exit
  -t TICKET, --ticket TICKET
                        DEPRECATED & IGNORED
  -a ALLOCATIONID, --allocid ALLOCATIONID
                        Use this allocid to access targets
  -C DIR                Change to DIR before starting
 

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Test Case Framework (TCF) tcf 参数 的相关文章

  • 创建可能案例的简单方法

    我有数据列表 例如 a 1 2 3 4 b a b c d e c 001 002 003 我想创建另一个新的列表 该列表由 a b c 的所有可能情况混合而成 如下所示 d 1a001 1a002 1a003 4e003 是否有任何模块或
  • 使用 case 语句创建触发器

    我有这两个表 USERS username role id COMMISSION RATES username commission rate users username是主键 commission rates username是外键 我
  • 单击时更改 MenuItem 可见性

    我正试图隐藏一个MenuItem并在选择第一个时使另一个可见 每个 ID 为 pencil R id button routines edit check mark R id button routines edit done 这里是相关代
  • PostgreSQL 交叉表查询

    如何在 PostgreSQL 中创建交叉表查询 例如我有下表 Section Status Count A Active 1 A Inactive 2 B Active 4 B Inactive 5 我希望查询返回以下交叉表 Section
  • Xquery:相同的测试无论是在 switch/case 还是在 if/then/else 中都有不同的结果

    我找不到以下内容的解释 我制作了这个测试脚本来解决我之前的问题 https stackoverflow com questions 48190450 xquery not working case expression in a switc
  • 带 CASE 条件和 SUM() 的 SELECT 查询

    我目前正在使用这些sql语句 我的表有 CPaymentType 字段 其中包含 现金 或 支票 我可以通过执行 2 个 SQL 语句来汇总付款金额 如下所示 在这种情况下 用户甚至不会注意到执行2条sql语句或仅执行1条sql语句时的速度
  • Laravel Eloquent 选择 CASE?

    有没有在 PHP 和 Laravel Eloquent 方面有经验的人可以帮助我解决这个问题 我试图在 raw 方法中注入一个 CASE WHEN END 似乎完全被忽视了 现有的文档还没有 我尝试了几种不同的方法 但都没有成功 我正在努力
  • 我的 CASE 语句查询有什么问题

    我正在尝试解决 13http www sqlzoo net wiki The JOIN operation http www sqlzoo net wiki The JOIN operation 列出每场比赛以及每支球队的进球数 如图所示
  • T-SQL:在 UPDATE 语句中使用 CASE 根据条件更新某些列

    我想知道这是否可能 如果条件为真 我想更新列 x 否则将更新列 y UPDATE table SET CASE CONDITION WHEN TRUE THEN columnx ELSE columny END 25 我到处搜索 尝试了一些
  • switch执行所有case语句

    有人能解释一下为什么我的循环从 0 到 7 吗 我只需要获取前 3 种情况 但程序正在经历所有情况 代码位于 show 方法中 for brojac 0 brojac lt 3 brojac switch brojac case 1 fig
  • 使用不同长度的传入号码(带或不带前缀)进行电话号码查找

    Systems 呼叫中心电话系统 来电附有源号码 又名来电显示 又名 ANI SQL Server 2005 数据仓库 在表 CustDataByANI 中存储客户电话号码 cANI 客户姓名 位置等 存储过程 呼叫中心软件将主叫方 ID
  • 为什么 Clojure 的多方法比“if”或“case”语句更好

    我花了一些时间试图理解 Clojure 多方法 据我了解 主要的 专业 多方法论点是它们的灵活性 但是 我对为什么多方法比简单的 if 或 case 语句更好的争论感到困惑 请有人解释一下 多态性和过度美化的案例陈述之间的界限在哪里 编辑
  • 是否无法检查案例陈述条件中的列表项目?

    我正在尝试检查 Oracle 10g 中 case 语句的条件部分中的项目列表是否包含特定数字 我明白了ORA 00936 missing expression虽然错误 我正在尝试做类似以下的事情 Select case some colu
  • 递减时“删除”时出现语法错误[关闭]

    Closed 这个问题是无法重现或由拼写错误引起 help closed questions 目前不接受答案 我在 删除 案例中遇到语法错误 我一直在尝试修复它 但我无法弄清楚 谁能告诉我如何修复它 谢谢 该代码适用于在线商店购物车 swi
  • T-SQL 语法问题 - 在 CASE 语句中使用 OR

    我想构建一个包含以下逻辑的 CASE 语句 但 sql 编译器不喜欢我的语句中的 OR CASE expression WHEN expression1 OR expression2 THEN
  • Common Lisp 案例和引用元素

    我正在用 CL 编写一个地下城爬行游戏 但在处理案例表单时遇到了问题 两件事情 Common Lisp 抱怨Duplicate keyform QUOTE in CASE statement make instance cl rogue t
  • C 中的 case 标签不会减少为整数常量?

    我正在开发一个游戏 我运行了我的代码并收到错误 case 标签不会减少为整数常量 我想我知道这意味着什么 但是我该如何解决它呢 这是我的代码 include
  • Perl 正则表达式在相同情况下替换

    如果您在 perl 中有一个简单的正则表达式替换 如下所示 line s JAM AAA g 我将如何修改它 以便它查看匹配并使替换与匹配的大小写相同 例如 JAM 将变成 AAA jam 会变成 aaa 基于 Unicode 的解决方案
  • Mysql案例不工作

    SELECT SQL CALC FOUND ROWS a zn name AS zone name c name AS carrier name CASE type WHEN type 1 THEN General day ELSE Spe
  • SQL:使用 Case 语句对多个字段进行分组

    我正在尝试使用 CASE 语句编写 GROUP BY 子句 以便我可以根据查询中的参数值有条件地进行 GROUP BY 这是我正在使用的查询 显着缩短 我不断收到 RVPname 在选择列表中无效 因为它不包含在聚合函数或 GROUP BY

随机推荐

  • 基于遗传算法和粒子群算法的PID悬架控制、LQR悬架控制和滑模悬架控制

    目录 1 基于遗传算法和粒子群算法的的PID悬架控制 1 1 两种悬架系统 1 1 1 将路面激励整合到悬架系统 1 1 2 不将路面激励整合到悬架系统 1 1 3 总结 1 2 PID经典控制理论 1 3 优化PID参数的目标函数和约束条
  • 2自由度陀螺仪滑模控制和PID控制跟踪目标轨迹

    目录 前言 1 陀螺仪模型 2 滑模跟踪控制 3 PID控制 4 总结 1 陀螺仪模型 2 滑模跟踪控制 对于2自由度陀螺仪有两个方向x y跟踪 xff0c 所以需要分别为两个方向单独设计滑模面 xff0c 这里仍以简单的线性滑模面设计分析
  • 自抗扰控制ADRC之三种微分跟踪器TD仿真分析

    目录 前言 1 全程快速微分器 1 1仿真分析 1 2仿真模型 1 3仿真结果 1 4结论 2 Levant微分器 2 1仿真分析 2 2仿真模型 2 3仿真结果 3 非线性跟踪微分器 韩教授 3 1仿真分析 3 2小结 4 总结 前言 工
  • 自抗扰控制ADRC之扩张观测器

    目录 前言 1 被控对象 被观测对象 2 非线性观测器 2 1仿真分析 2 2仿真模型 2 3仿真结果 3 线性观测器 3 1仿真模型 3 2仿真结果 4 总结和学习问题 前言 什么叫观测器 xff1f 为什么该类观测称为扩张观测器 xff
  • 基于神经网络(RBF)补偿的双关节机械手臂自适应控制

    目录 前言 1 双关节机械手臂模型 1 1 实际模型 1 2 名义模型 2 控制律设计 3 神经网络补偿自适应律设计 3 1自适应律 3 2自适应律 4 仿真分析 4 1仿真模型 4 2 仿真结果 4 3 小结 5学习问题 前言 所谓的补偿
  • PID、模糊PID、SkyHook、LQR、H2/H∞、ADRC等悬架控制合集

    罗列一下现成的悬架模型以及应用的控制算法 xff1a PID 模糊PID SkyHook LQR H2 H ADRC等 xff0c 以及kalman观测器 xff1a 半车 前后 左右 整车悬架详细推导建模和simulink仿真分析 侧倾
  • 1086:角谷猜想(C C++)

    题目描述 谓角谷猜想 xff0c 是指对于任意一个正整数 xff0c 如果是奇数 xff0c 则乘3加1 xff0c 如果是偶数 xff0c 则除以2 xff0c 得到的结果再按照上述规则重复处理 xff0c 最终总能够得到1 如 xff0
  • 渗透测试工具之Metasploit Framework(MSF)

    一 Metasploit Framework xff08 MSF xff09 简介 Metasploit是当前信息安全与渗透测试领域最流行的术语 xff0c 它的出现颠覆了以往的已有的渗透测试的方式 几乎所有流行的操作系统都支持Metasp
  • Test Case Framework (TCF) 简介

    TCF is a system that simplifies the creation and execution of test cases automation for that matter with minimal setup e
  • 小菜鸡的第一天

    1 CPU分配 xff0c i5四核所以给Linux分配两个核 2 内存分配 xff0c 有16GB所以分配8个g 3 硬盘 xff0c 需要创立一个独立的分区 xff0c 最好300G以上 xff08 由于个人原因分配了60G xff09
  • 小菜鸡的第二天

    绝对路径 xff1a 以 开头 代表当前路径 xff0c 或者 代表上一级目录 xff0c 或者 插入U盘之后 xff0c 在 dev文件夹下输入 ls sd 可以看到U盘信息 xff0c 要想知道插入的U盘是哪个 xff0c 重新插拔再次
  • 小菜鸡的第三天

    压缩与解压 tar vcjf 43 文件名 tar bz2 xxx xxx是要压缩的文件名 压缩命令 tar vxjf 43 xxx tar bz2 xxx是要解压缩的文件名 解压缩命令 f xff1a 使用归档文件或ARCHIVE设备 c
  • 初级算法:判断数组是否存在重复元素

    qsort函数原型是 void qsort xff08 void base size t num size t width int cdecl compare const void const void xff09 4个参数 xff1a v
  • 初级算法:删除排序数组中的重复项

    因为数组是排序的 xff0c 只要是相同的肯定是挨着的 xff0c 我们只需要遍历所有数组 xff0c 然后前后两两比较 xff0c 如果有相同的就把后面的给删除 双指针解决 使用两个指针 xff0c 右指针始终往右移动 xff0c 如果右
  • 运算符重载

    加号运算符重载 作用 xff1a 实现两个自定义数据类型相加的运算 span class token keyword class span span class token class name Person span span class
  • .在python中的作用

    的作用 点把前后连起来 xff0c 构成一种索引机制 前面是库 后面是函数 ex xff1a pybullet setAdditionalSearchPath是指在pybullet的库中引用setAdditionalSearchPath这个
  • ROS服务通信(七)C++、Python实现

    目录 简介 理论模型 服务通信自定srv 创建srv 编辑配置文件 C 43 43 实现 vscode配置 服务端实现 客户端实现 优化 Python实现 服务端实现 客户端实现 简介 服务通信也是ROS中一种极其常用的通信模式 xff0c
  • ROS中的API:C++、Python(十)实现及理解

    目录 简介 C 43 43 初始化 话题与服务相关对象 回旋函数 ros xff1a xff1a spinOnce xff08 xff09 ros xff1a xff1a spin xff08 xff09 时间相关API 时刻 持续时间 持
  • ROS Gazebo安装入门及仿真室内环境和小车实现(十九)

    目录 安装 简介 URDF与Gazebo基本集成流程 创建功能包 编写URDF文件 启动Gazebo并显示模型 launch 文件实现 命令行启动 xff08 去掉launch中的第三行加载模型 xff09 集成到launch里启动 URD
  • Test Case Framework (TCF) tcf 参数

    root 64 embargo ww13 tcf help usage tcf h v log pid tid log time config file CONFIG FILE py p CONFIG PATH state path STA