mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
* Create a new pytest folder for live system testing with normal services (#15688) * PoC for running dev env tests * Replace in github actions * Move folder to better location * Further streamlining of new test folders * Consolidate fixture, add writeup docs * Use star import * Push the wait-for-job to the conftest Fix misused project cache identifier (#15690) Fix project cache identifiers for new updates Finish test and discover viable solution Add comment on related task code AAP-37989 Tests for exclude list with multiple jobs (#15722) * Tests for exclude list with multiple jobs Create test for using manual & file projects (#15754) * Create test for using a manual project * Chang default project factory to git, remove project files monkeypatch * skip update of factory project * Initial file scaffolding for feature * Fill in galaxy and names * Add README, describe project folders and dependencies Add ee cleanup tests * Adds cleanup tests to the live test. Fix rsyslog permission error in github ubuntu tests from apparmor (#15717) * Add test to detect rsyslog config problems * Get dmesg output * Disable apparmor for rsyslogd Make awx/main/tests/live dramatically faster (#15780) * Make awx/main/tests/live dramatically faster * Add new setting to exclude list * Fix rebase issues * Did not want to backport this
20 lines
472 B
YAML
20 lines
472 B
YAML
---
|
|
authors:
|
|
- AWX Project Contributors <awx-project@googlegroups.com>
|
|
dependencies: {}
|
|
description: Indirect host counting example repo. Not for use in production.
|
|
documentation: https://github.com/ansible/awx
|
|
homepage: https://github.com/ansible/awx
|
|
issues: https://github.com/ansible/awx
|
|
license:
|
|
- GPL-3.0-or-later
|
|
name: query
|
|
namespace: demo
|
|
readme: README.md
|
|
repository: https://github.com/ansible/awx
|
|
tags:
|
|
- demo
|
|
- testing
|
|
- host_counting
|
|
version: 0.0.1
|