Skip to content

Commit

Permalink
refactor: Remove unused environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Mar 6, 2024
1 parent 3d31cd6 commit bd75496
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ T4C_USERNAME ?= admin
# T4C password
T4C_PASSWORD ?= admin

# Connection type to T4C server
CONNECTION_TYPE ?= telnet

# Remote container rdp password
RMT_PASSWORD ?= tmp_passwd2

Expand Down
1 change: 0 additions & 1 deletion docs/docs/capella/t4c/importer.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ Set the following values for the corresponding keys:
Capella to connect to a remote repository.
- `T4C_REPO_PORT`: port to the T4C server. The same value that you enter in
Capella to connect to a remote repository. Defaults to 2036.
- `T4C_CDO_PORT`: CDO port to the T4C server. Defaults to 12036.
- `T4C_REPO_NAME`: T4C repository name. The same value that you enter in
Capella to connect to a remote repository.
- `T4C_PROJECT_NAME`: name of the Capella project. It's displayed in the
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def fixture_t4c_general_env(t4c_ip_addr: str) -> dict[str, str]:
return {
"T4C_REPO_HOST": t4c_ip_addr,
"T4C_REPO_PORT": "2036",
"T4C_CDO_PORT": "12036",
"T4C_REPO_NAME": T4C_REPO_NAME,
"T4C_PROJECT_NAME": T4C_PROJECT_NAME,
"T4C_USERNAME": T4C_USERNAME,
Expand Down
6 changes: 1 addition & 5 deletions tests/test_backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ def fixture_t4c_backup_container(

@pytest.mark.parametrize(
"t4c_server_container",
[
pytest.param(
{"init": True},
)
],
[{"init": True}],
indirect=True,
)
def test_model_backup_happy(
Expand Down

0 comments on commit bd75496

Please sign in to comment.