Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
yarunachalam committed Feb 28, 2024
1 parent 1a93b5b commit ef20fca
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sle15_activation: check

.PHONY: test
test:
tox -e unit_py3
tox -e unit_py3

check:
tox -e check
19 changes: 17 additions & 2 deletions image/pubcloud/sle15/config.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,29 @@
<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root" groups="root"/>
<user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/home/migration" name="migration" groups="users"/>
</users>
<repository type="rpm-md" >
<source path='obsrepositories:/'/>
</repository>
<repository type="rpm-md">
<source path="obs://home:yarunachalam:branches:Devel:PubCloud:CrossCloud/SLE_15_SP3"/>
</repository>
<repository type="rpm-md">
<source path="obs://SUSE:SLE-15-SP3:Update/standard"/>
<source path="obs://SUSE:SLE-15-SP3:Update/standard"/>
</repository>
<repository type="rpm-md">
<source path="obs://SUSE:SLE-15-SP3:GA/standard"/>
</repository>
<repository type="rpm-md">
<source path="obs://SUSE:SLE-15-SP2:Update/standard"/>
</repository>
<repository type="rpm-md">
<source path="obs://SUSE:SLE-15-SP2:GA/standard"/>
</repository>
<repository type="rpm-md">
<source path="obs://SUSE:SLE-15-SP1:Update/standard"/>
</repository>
<repository type="rpm-md">
<source path="obs://SUSE:SLE-15-SP3:GA/standard"/>
<source path="obs://SUSE:SLE-15-SP1:GA/standard"/>
</repository>
<repository type="rpm-md">
<source path="obs://SUSE:SLE-15:Update/standard"/>
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ envlist =
install_command = {toxinidir}/pip.sh {opts} {packages}
whitelist_externals =
bash
basepython =
basepython =
{check}: python3
unit_py3: python3
envdir =
Expand All @@ -17,7 +17,7 @@ envdir =
passenv =
*
usedevelop = True
deps =
deps =
-r.virtualenv.dev-requirements.txt


Expand Down

0 comments on commit ef20fca

Please sign in to comment.