1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests/integration/targets/gitlab_label
Gabriele Pongelli 5c72ab34bf
New module: gitlab_label (#7657)
* gitlab project label first commit

* fixes from CI run

* fixing some sanity test

* sanity checks, removing typing

* remove default for required field

* fix indentation

* improving test set

* fixes to pass test set

* reuse compliancy

* fix sanity checks

* fix: method returns group, not project

* refactor: start adding group, test still pass

* updated module and tests to handle group labels

* update name to remove 'project'

* removing default

* typo

* generic name for returned dict

* returns also label object from library invocation

* remove unused var, updated doc

* fix output object name

* version_added

Co-authored-by: Felix Fontein <felix@fontein.de>

* Remove python 2.7

Co-authored-by: Felix Fontein <felix@fontein.de>

* Missing dot

Co-authored-by: Felix Fontein <felix@fontein.de>

* Remove version_added

Co-authored-by: Felix Fontein <felix@fontein.de>

* Remove useless doc

Co-authored-by: Felix Fontein <felix@fontein.de>

* Color is a string

* Fixes from recent PR comments.

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2024-01-26 23:31:22 +01:00
..
defaults New module: gitlab_label (#7657) 2024-01-26 23:31:22 +01:00
tasks New module: gitlab_label (#7657) 2024-01-26 23:31:22 +01:00
aliases New module: gitlab_label (#7657) 2024-01-26 23:31:22 +01:00
README.md New module: gitlab_label (#7657) 2024-01-26 23:31:22 +01:00

Gitlab integration tests

  1. to run integration tests locally, I've setup a podman pod with both gitlab-ee image and the testing image
  2. gitlab's related information were taken from here, about the variable it needs (hostname, ports, volumes); volumes were pre-made before launching the image
  3. image that run integration tests is started with podman run --rm -it --pod <pod_name> --name <image_name> --network=host --volume <path_to_git_repo>/ansible_community/community.general:<container_path_to>/workspace/ansible_collections/community/general quay.io/ansible/azure-pipelines-test-container:4.0.1
  4. into the testing image, run
pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
cd <container_path_to>/workspace/ansible_collections/community/general
ansible-test integration gitlab_label -vvv

While debugging with q package, open a second terminal and run podman exec -it <image_name> /bin/bash and inside it do tail -f /tmp/q .