pistar-echo-agent


Namepistar-echo-agent JSON
Version 1.0.8 PyPI version JSON
download
home_page
Summarypistar echo agent: support Huawei CloudTest execute test case
upload_time2023-07-29 02:15:26
maintainer
docs_urlNone
author
requires_python>=3.6
licenseMIT
keywords test
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PiStarEchoAgent

The `PiStarEchoAgent` is a local agent that supports `Huawei Devcloud CloudTest` to execute `PiStar` and `Pytest` test cases.

## Basic introduction
Command entry:
```
$ pistar-echo-agent
usage: pistar-echo-agent [-h] [-p PORT] -o OUTPUT [-v]

optional arguments:
  -h, --help            show this help message and exit
  -p PORT, --port PORT  specify the port of pistar echo agent server
                        # default value: 10001
  -o OUTPUT, --output OUTPUT
                        specify the report path of the task
  -v, --version         show the version of pistar-echo-agent
```

## Start Command

``` shell
nohup pistar-echo-agent -o ./result &                
```

Run the following command to avoid generating `nohup.out` standard output:

``` shell
nohup pistar-echo-agent -o ./result > /dev/null 2>&1 &                
```

## License

Copyright (c) Huawei Technologies Co., Ltd. 2021-present.

Distributed under the terms of the MIT license, `PiStarEchoAgent` is free software.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pistar-echo-agent",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "test",
    "author": "",
    "author_email": "",
    "download_url": "",
    "platform": "linux",
    "description": "# PiStarEchoAgent\n\nThe `PiStarEchoAgent` is a local agent that supports `Huawei Devcloud CloudTest` to execute `PiStar` and `Pytest` test cases.\n\n## Basic introduction\nCommand entry:\n```\n$ pistar-echo-agent\nusage: pistar-echo-agent [-h] [-p PORT] -o OUTPUT [-v]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -p PORT, --port PORT  specify the port of pistar echo agent server\n                        # default value: 10001\n  -o OUTPUT, --output OUTPUT\n                        specify the report path of the task\n  -v, --version         show the version of pistar-echo-agent\n```\n\n## Start Command\n\n``` shell\nnohup pistar-echo-agent -o ./result &                \n```\n\nRun the following command to avoid generating `nohup.out` standard output:\n\n``` shell\nnohup pistar-echo-agent -o ./result > /dev/null 2>&1 &                \n```\n\n## License\n\nCopyright (c) Huawei Technologies Co., Ltd. 2021-present.\n\nDistributed under the terms of the MIT license, `PiStarEchoAgent` is free software.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pistar echo agent: support Huawei CloudTest execute test case",
    "version": "1.0.8",
    "project_urls": null,
    "split_keywords": [
        "test"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4bca03b79c2c9b274ed421affa34b498b8aba3bfc89eb494aa42a7e3565b809",
                "md5": "9ea43b2aed3b600d7ad9ebd04ac016d2",
                "sha256": "b131e5cdab0dd2e22669f9ea52a329b2968989d2ab8c5ec6f9743dc1eeb62789"
            },
            "downloads": -1,
            "filename": "pistar_echo_agent-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9ea43b2aed3b600d7ad9ebd04ac016d2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 35436,
            "upload_time": "2023-07-29T02:15:26",
            "upload_time_iso_8601": "2023-07-29T02:15:26.392364Z",
            "url": "https://files.pythonhosted.org/packages/a4/bc/a03b79c2c9b274ed421affa34b498b8aba3bfc89eb494aa42a7e3565b809/pistar_echo_agent-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-29 02:15:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pistar-echo-agent"
}
        
Elapsed time: 0.26801s