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 参数 的相关文章

  • Select 语句中的情况

    我有一个 SQL 语句 其中包含CASE from SELECT我就是做不到 你们能给我举个例子吗CASE其中案例是条件 结果来自案例 例如 Select xxx yyy case desc case when bbb then black
  • 如何根据CASE执行不同的SELECT语句

    我在使用 CASE 语句执行查询时遇到问题 根据我的条件 例如长度 我想执行不同的 SQL 语句 有问题的示例查询如下 select case when char length 19480821 8 then select count 1
  • Delphi中OnKeyDown的问题

    我正在与德尔福合作 我想跟踪按下了哪个键 我正在使用 TForm 的 KeyDown 事件 它工作正常 但问题是 如果我按小写字母 但它会给出该字母的大写字母 如何识别按下的按键是小写还是大写 如果您想跟踪字母数字键 那么您应该使用KeyP
  • WHERE-CASE 子句子查询性能

    该问题可能特定于 SQL Server 当我编写如下查询时 SELECT FROM IndustryData WHERE Date 20131231 AND ReportTypeID CASE WHEN fnQuarterDate 2013
  • Mysql 用 SELECT CASE 的结果存储变量

    我正在学习如何使用 SELECT CASE 但我不太明白 这里是代码 SET vgls 1 SET lgls 1 SET st SELECT CASE WHEN vgls lgls THEN emp WHEN vgls gt lgls TH
  • 优化SQL Server WHERE子句条件中的CASE WHEN语句

    我正在重写我的 sql 以减少执行成本 并想知道是否有一种有效的方法来编写 WHERE 条件中使用的以下 CASE WHEN 语句 SELECT l tg FROM RefTable tg InputTbl l WHERE tg areas
  • 结合案例进行选择

    请考虑 Subsets Flatten ParallelTable i j i 1 96 j 1 4 1 4 我需要选择所有子列表 以便 i 值在每个 4 子列表中永远不会相同 应接受 3 1 4 1 5 1 6 1 而 1 1 1 2 2
  • MySQL 中的 case 语句

    我有一个名为 表事务 具有以下定义 id INT 11 Primary Key action type ENUM Expense Income action heading VARCHAR 255 action amount FLOAT 我
  • 当一个值与其他值不同时,SQL Server

    我有这个表的表结构prices CREATE TABLE prices id int priceFrom int priceUp int INSERT INTO prices id priceFrom priceUp VALUES 1 23
  • switch case 语句内的表达式

    我正在尝试创建一个 switch 语句 但我似乎无法使用被评估的表达式 而不是设置的字符串 整数 我可以使用 if 语句轻松做到这一点 但 case 应该会更快 我正在尝试以下操作 function reward amount var re
  • 基于多行的 CASE 语句

    我有一个查询 结果如下 此输出仅适用于 1servicelocation id 但有数千个 我需要创建一个CASE语句将查看 实用程序 的多行以确定输出 如果特定 实用程序 例如固体废物 的任何行中存在 NULL 迄今为止 我想创建一个值为
  • Scala 2.9 后究竟会删除哪些围绕案例类的内容?

    我知道计划对案例类进行一些更改 例如禁止它们之间的继承 scala gt case class Foo defined class Foo scala gt case class Bar extends Foo
  • CASE 语句未正确定义列雪花

    我有一个以下格式的查询 用于执行COALESCE以及使用定义一个新列CASE陈述 SELECT COALESCE mm1 missing AS mm1 COALESCE mm2 missing AS mm2 CASE WHEN mm1 fa
  • Python 中 case/switch 语句的等效项是什么? [复制]

    这个问题在这里已经有答案了 Python 是否有等效的switch陈述 Python 3 10 及以上版本 在 Python 3 10 中 他们引入了模式匹配 示例来自Python 文档 https docs python org 3 10
  • SQL 使用 CASE 语句更新列中的行

    我有两个表 用户和 TempTable 它是用户的子集 我想更新 Users 表中的 IsActive 列 如果 TempTable 中的用户也在 Users 表中 我想设置 IsActive 1 否则设置 IsActive 0 从不在 T
  • SQL 聚合函数别名

    我是 SQL 初学者 这是我被要求解决的问题 假设大城市被定义为place类型的city人口为 至少100 000 编写返回方案的 SQL 查询 state name no big city big city population 订购st
  • T-SQL 语法问题 - 在 CASE 语句中使用 OR

    我想构建一个包含以下逻辑的 CASE 语句 但 sql 编译器不喜欢我的语句中的 OR CASE expression WHEN expression1 OR expression2 THEN
  • 通过 Django 管理站点添加数据时更改大小写(大写/小写)

    我正在配置我的新项目的管理站点 我有点怀疑我应该怎么做 通过管理站点添加数据时点击 保存 所有内容都转换为大写 编辑 好的 我知道 upper 属性 并且我做了一个视图 我知道该怎么做 但我想知道管理站点上是否有任何可用于字段配置的属性 P
  • C 中的 case 标签不会减少为整数常量?

    我正在开发一个游戏 我运行了我的代码并收到错误 case 标签不会减少为整数常量 我想我知道这意味着什么 但是我该如何解决它呢 这是我的代码 include
  • 动态 SQL 和 where case 哪个更好?

    我需要创建一个带有 12 个参数的存储过程 并使用这些参数的不同组合来过滤查询 所有 12 个参数都不是强制性的 就好像我传递 3 5 或 12 个参数取决于用户输入的搜索输入一样 我可以通过两种方式创建 即使用动态 SQL 查询或使用 C

随机推荐

  • 基于遗传算法和粒子群算法的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