Fu Hanxi
367aae5069
feat(tiny_test_fw): ignore known failure cases result
...
py
2021-08-10 10:29:48 +08:00
Anton Maklakov
0f304fe08d
Merge branch 'bugfix/ttfw_fix_flush_index_error_v4.0' into 'release/v4.0'
...
test: TTFW fix flush index error (v4.0)
See merge request espressif/esp-idf!14263
2021-07-30 06:36:59 +00:00
Shivani Tipnis
9b5595983b
ble-wifi-example-tests: Add fixes and cleanups to ble and wifi tests
...
(cherry picked from commit 2d223744 )
2021-07-28 17:33:09 +05:30
He Yin Ling
27db9f7e4e
ttfw: fix incorrect length when flush data cache after expect:
...
data cache is unicode. while we use bytes in RegEx expect. The index of
matched pattern is calculated with bytes, could be different from
unicode. Now we fix this issue by using unicode in expect.
2021-07-14 11:58:34 +08:00
He Yin Ling
7be1a8d689
test: fix iperf example errors:
...
1. fix TypeError when running with python3
2. fix throughput chart x/y axis label error
3. make test case compatibile with iperf bin on earlier release branches
2021-06-08 17:25:33 +08:00
He Yin Ling
091681faec
ttfw: fix DUT exception not added to junit report
2021-05-20 16:57:06 +08:00
Fu Hanxi
3636d44aa9
fix(ci): ci_fetch_submodule return full match name first
2021-04-19 20:24:20 +08:00
Angus Gratton
f0b32f0b79
ci: Fix missing sys.stdout.encoding in python2 runners
...
Regression in dad0230776
2021-03-04 09:28:02 +11:00
Angus Gratton
dad0230776
ci: ttfw: Encode serial port data to whatever the console encoding is
...
This is a bit of a hack, but gives us a way to always log it
2021-02-15 10:48:44 +11:00
Angus Gratton
2f196cface
ci: Log failure to close any DUT
2021-02-15 10:48:44 +11:00
Fu Hanxi
f39d69b592
CI: fix the bug returns wrong artifact path when app_name is a subset of a longer one
2021-02-02 11:14:28 +08:00
Chen Yu Dong
dcb5d956d3
test: move auto test script to new repo (backport)
...
+ known issue
2020-10-24 09:25:33 +08:00
Angus Gratton
d7f251aef3
ci provisioning: Add some experiments to check the runner's STA state
...
Not clear why sometimes it associates without negotiating a new DHCP lease.
2020-07-03 09:13:46 +00:00
Angus Gratton
7358470ae9
ci wifi_tools: Log the wpa_supplicant interface state when trying to connect
...
Trigger reconnection if wpa_supplicant seems to have dropped the connection.
2020-07-03 09:13:46 +00:00
Roland Dobai
2d13bfb8fa
CI: Fix partition table detection if "partition" is in the project name
2020-04-22 10:05:18 +02:00
He Yin Ling
0ad0507f88
ci: add find job id argument job status:
...
if we retry failed job, we will have 2 jobs with same name in one pipeline. we need to use status to find the retried job instead of failed job.
2020-03-12 09:59:31 +08:00
Shivani Tipnis
b7a191a996
ci: Fix target variable default value v4.0
2020-01-07 20:29:06 +05:30
He Yin Ling
09935510bd
ttfw: fix incorrect relative import for python3
2019-12-30 10:55:32 +08:00
He Yin Ling
fd481d9cdd
ci: fix fetch submodule error on python3
2019-12-11 15:57:49 +11:00
He Yin Ling
d00acce7b2
CI: support only download artifacts by request:
...
use CI dependencies could waste a lot bandwidth for target test jobs, as
example binary artifacts are very large. Now we will parse required
artifacts first, then use API to download required files in artifacts.
2019-12-11 15:57:49 +11:00
He Yin Ling
6e05a79536
test: update example and unit tests with new import roles:
...
tiny_test_fw is a python package now. import it using normal way.
2019-12-11 15:57:49 +11:00
He Yin Ling
978bf09f83
CI: add utility gitlab_api
2019-12-11 15:57:49 +11:00
He Yin Ling
7a5d17e1b7
tiny-test-fw: move to tools/esp_python_packages:
...
make `tiny_test_fw` as a package and move to root path of idf python
packages
2019-12-11 15:57:49 +11:00