Skip to content

Commit

Permalink
Merge branch '4495-dtt1-release' of github.com:wazuh/wazuh-qa into en…
Browse files Browse the repository at this point in the history
…hancement/5198-dtt1-allocation-bug-instance-connection-error-to4495-dtt1-release
  • Loading branch information
c-bordon committed Apr 16, 2024
2 parents 8d83fd5 + fb7f85d commit 0663674
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployability/modules/testing/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2

import json
import os
import getpass

from modules.generic import Ansible, Inventory
from modules.generic.utils import Utils
Expand Down Expand Up @@ -50,7 +50,7 @@ def run(cls, payload: InputPayload) -> None:

# Set extra vars
extra_vars['local_host_path'] = str(Path(__file__).parent.parent.parent)
extra_vars['current_user'] = os.getlogin()
extra_vars['current_user'] = getpass.getuser()

logger.debug(f"Using extra vars: {extra_vars}")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 0.1
description: This workflow is used to test agents deployment por DDT1 PoC
description: This workflow is used to test agents' deployment for DDT1 PoC
variables:
infra-provider: vagrant
working-dir: /tmp/dtt1-poc
Expand Down

0 comments on commit 0663674

Please sign in to comment.