atex 0.4__py3-none-any.whl → 0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
atex/testingfarm.py CHANGED
@@ -23,8 +23,8 @@ RESERVE_TASK = {
23
23
  'fmf': {
24
24
  'url': 'https://github.com/RHSecurityCompliance/atex',
25
25
  'ref': 'main',
26
- 'path': 'fmf_tests',
27
- 'name': "/reserve",
26
+ 'path': 'tmt_tests',
27
+ 'name': "/plans/reserve",
28
28
  },
29
29
  }
30
30
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: atex
3
- Version: 0.4
3
+ Version: 0.5
4
4
  Summary: Ad-hoc Test EXecutor
5
5
  Project-URL: Homepage, https://github.com/RHSecurityCompliance/atex
6
6
  License-Expression: GPL-3.0-or-later
@@ -1,7 +1,7 @@
1
1
  atex/__init__.py,sha256=YyU5HzPiApngH_ZS7d5MhqpPvNgFXi7FpXWnkdhtQ1A,859
2
2
  atex/orchestrator.py,sha256=SqP07lsjBImdGN4E5jd816nvcHQxd0b0SMnJDy7KkLA,1083
3
3
  atex/ssh.py,sha256=CXLkqrZ1lByI7CRGAZAYS0ye0pUj8_5x2OOnYH4iyAU,10188
4
- atex/testingfarm.py,sha256=V4-RCnsTPKzXz3eMosFJ7dCx54TjS8akfZOyLmkCtpU,18551
4
+ atex/testingfarm.py,sha256=4ZXB9YPMFX_pO1yNVIbZX5elUTFSwFJnYHr4v35WBTU,18557
5
5
  atex/cli/__init__.py,sha256=hahfD6XqsS4GwvJ1Ou_WpEtR4xcC5IUq-rG11xGhLDU,2406
6
6
  atex/cli/minitmt.py,sha256=aLJhqwAA4BKgf2nTJUX-iK0ECQSNBSvYSTSlDqPu7qQ,2403
7
7
  atex/cli/testingfarm.py,sha256=xMV-J3IodqDFFiQehiTn_Skn6vcYkuy0krLHdByZ7C8,6683
@@ -19,8 +19,8 @@ atex/util/dedent.py,sha256=uJYXKsEQECbJ58eqZFI5Bzlld0lD-C15NUcqRnvrLa4,603
19
19
  atex/util/lockable_class.py,sha256=hPuiPaUBUD-9bKLzaYYOrQ6JwLjk2zCzCkW8nm6SKpQ,1317
20
20
  atex/util/log.py,sha256=tQp4JZY1B4bca5CciscV4Q5ZsyKS2niOQb9_Vco_QOA,1776
21
21
  atex/util/subprocess.py,sha256=IWrwke4JylL6-jQoNMXnzKG4MVxbc9m6Q4wJVy4EBCM,1700
22
- atex-0.4.dist-info/METADATA,sha256=2LbU4wHD-FtT-U9Q2YTZd952pmVezJPgaR0gwgVOvOQ,5076
23
- atex-0.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
24
- atex-0.4.dist-info/entry_points.txt,sha256=pLqJdcfeyQTgup2h6dWb6SvkHhtOl-W5Eg9zV8moK0o,39
25
- atex-0.4.dist-info/licenses/COPYING.txt,sha256=oEuj51jdmbXcCUy7pZ-KE0BNcJTR1okudRp5zQ0yWnU,670
26
- atex-0.4.dist-info/RECORD,,
22
+ atex-0.5.dist-info/METADATA,sha256=T1m2AdN1nkUMk3OKkdXEJ94V4xftTiJvMlUovPNzDi0,5076
23
+ atex-0.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
24
+ atex-0.5.dist-info/entry_points.txt,sha256=pLqJdcfeyQTgup2h6dWb6SvkHhtOl-W5Eg9zV8moK0o,39
25
+ atex-0.5.dist-info/licenses/COPYING.txt,sha256=oEuj51jdmbXcCUy7pZ-KE0BNcJTR1okudRp5zQ0yWnU,670
26
+ atex-0.5.dist-info/RECORD,,
File without changes