Davide Caratti
991a34593b
tc-testing: unbreak full listing of tdc testcases
...
the following command currently fails:
[root@fedora tc-testing]# ./tdc.py -l
The following test case IDs are not unique:
{'6f5e'}
Please correct them before continuing.
this happens because there are two tests having the same id:
[root@fedora tc-testing]# grep -r 6f5e tc-tests/*
tc-tests/actions/pedit.json: "id": "6f5e",
tc-tests/filters/basic.json: "id": "6f5e",
fix it replacing the latest duplicate id with a brand new one:
[root@fedora tc-testing]# sed -i 's/6f5e//1' tc-tests/filters/basic.json
[root@fedora tc-testing]# ./tdc.py -i
Fixes: 4717b05328 ("tc-testing: Introduced tdc tests for basic filter")
Signed-off-by: Davide Caratti <dcaratti@redhat.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2019-12-09 14:44:31 -08:00
..
2019-06-05 17:36:37 +02:00
2019-11-11 18:25:24 +00:00
2019-12-04 21:34:42 -08:00
2019-11-07 14:27:26 -07:00
2019-04-25 13:15:46 -06:00
2019-11-12 07:33:59 -08:00
2019-11-18 08:59:03 +01:00
2019-01-25 14:57:45 -07:00
2018-05-30 15:21:52 -06:00
2019-11-18 17:11:54 -08:00
2019-05-21 10:50:46 +02:00
2019-05-30 11:26:39 -07:00
2019-12-04 19:44:13 -08:00
2019-09-04 13:31:28 +02:00
2019-11-15 11:30:38 -05:00
2019-05-30 11:26:32 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2018-05-30 21:31:31 -06:00
2019-04-19 17:18:00 -06:00
2019-08-14 05:06:25 -03:00
2019-05-21 10:50:46 +02:00
2019-08-29 12:45:30 -04:00
2019-07-23 10:45:06 -06:00
2019-11-07 14:46:08 -07:00
2019-11-21 12:03:40 +01:00
2019-11-07 14:46:08 -07:00
2019-11-27 11:42:01 -08:00
2018-05-30 15:29:06 -06:00
2019-04-22 11:23:14 -04:00
2019-09-25 17:42:31 +02:00
2019-12-01 12:59:03 -08:00
2018-09-05 10:58:31 -06:00
2018-08-09 11:26:07 -06:00
2018-05-30 15:29:06 -06:00
2019-12-09 10:19:45 -08:00
2019-12-07 19:50:39 +01:00
2019-06-28 14:31:12 -06:00
2019-05-21 10:50:46 +02:00
2019-07-21 09:46:59 -07:00
2019-10-17 15:36:54 +02:00
2019-11-21 15:41:39 +11:00
2019-11-07 14:52:57 -07:00
2019-06-19 17:09:11 +02:00
2019-11-15 12:48:33 -08:00
2019-07-16 19:23:24 -07:00
2019-10-05 11:49:13 -07:00
2019-07-08 13:00:41 -06:00
2019-10-01 13:33:28 -06:00
2019-07-15 08:07:51 -07:00
2019-11-30 17:23:16 -08:00
2019-05-21 10:50:46 +02:00
2019-05-30 11:26:39 -07:00
2018-06-18 09:29:20 -06:00
2019-05-21 10:50:46 +02:00
2019-11-07 14:54:37 -07:00
2019-05-21 10:50:46 +02:00
2019-12-09 14:44:31 -08:00
2019-06-22 11:28:53 +02:00
2019-05-21 10:50:46 +02:00
2019-09-25 02:43:48 +03:00
2018-05-23 15:24:22 -04:00
2019-05-21 10:50:46 +02:00
2019-05-30 11:29:20 -07:00
2019-12-01 12:59:05 -08:00
2019-10-02 13:44:43 -06:00
2019-11-26 21:53:34 +01:00
2019-07-15 11:03:01 -03:00
2019-09-25 02:43:51 +03:00
2019-11-07 14:43:27 -07:00
2019-06-19 17:09:51 +02:00
2019-11-07 14:43:27 -07:00
2019-04-08 16:44:20 -06:00
2019-07-30 15:46:48 -06:00
2019-07-11 00:05:09 +09:00
2019-12-04 19:44:13 -08:00