Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions nix/sources.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"beku.py": {
"branch": "main",
"branch": "0.0.10",
"description": "Test suite expander for Stackable Kuttl tests.",
"homepage": null,
"owner": "stackabletech",
"repo": "beku.py",
"rev": "1ebc9e7b70fb8ee11dfb569ae45b3bcd63666d0e",
"sha256": "1zg24h5wdis7cysa08r8vvbw2rpyx6fgv148i1lg54dwd3sa0h0d",
"rev": "fc75202a38529a4ac6776dd8a5dfee278d927f58",
"sha256": "152yary0p11h87yabv74jnwkghsal7lx16az0qlzrzdrs6n5v8id",
"type": "tarball",
"url": "https://github.com/stackabletech/beku.py/archive/1ebc9e7b70fb8ee11dfb569ae45b3bcd63666d0e.tar.gz",
"url": "https://github.com/stackabletech/beku.py/archive/fc75202a38529a4ac6776dd8a5dfee278d927f58.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
Expand All @@ -17,10 +17,10 @@
"homepage": null,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8a3354191c0d7144db9756a74755672387b702ba",
"sha256": "0awagdjzv2fsy5v7a0wxz1hd642gsglib2gk4lnqm0iybly7kf0s",
"rev": "3e3afe5174c561dee0df6f2c2b2236990146329f",
"sha256": "0dcslr2lwfaclfl4pmbwb3yw27bnvwlqiif394d3d66vyd163dvy",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/8a3354191c0d7144db9756a74755672387b702ba.tar.gz",
"url": "https://github.com/NixOS/nixpkgs/archive/3e3afe5174c561dee0df6f2c2b2236990146329f.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"stackable-cockpit": {
Expand All @@ -29,10 +29,10 @@
"homepage": "https://docs.stackable.tech/management/stable/",
"owner": "stackabletech",
"repo": "stackable-cockpit",
"rev": "70049cae5ff027f7e6f0e69d0503a8bb4b751a75",
"sha256": "1hvxhkbbzbgb41h4mygy0fyxm9amavk4f7n8gfzy4nk6khwvlwyg",
"rev": "e645c5c6ce42dc4eb06e0639e696cc2607011b32",
"sha256": "09zfx2x3gdmpn1c2ri0z0h42qi53lg09rn54vpv90kcr33l7n4sg",
"type": "tarball",
"url": "https://github.com/stackabletech/stackable-cockpit/archive/70049cae5ff027f7e6f0e69d0503a8bb4b751a75.tar.gz",
"url": "https://github.com/stackabletech/stackable-cockpit/archive/e645c5c6ce42dc4eb06e0639e696cc2607011b32.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
2 changes: 1 addition & 1 deletion tests/templates/kuttl/kerberos-ad/kinit-client.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: client
image: oci.stackable.tech/sdp/krb5:{{ test_scenario['values']['krb5'] }}-stackable0.0.0-dev
image: oci.stackable.tech/stackable/krb5-testing-tools:{{ test_scenario['values']['krb5-testing-tools'] }}-stackable0.0.0-dev
command:
- bash
args:
Expand Down
4 changes: 2 additions & 2 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
dimensions:
- name: krb5
- name: krb5-testing-tools
values:
- 1.21.1
- name: ad-custom-samaccountname
Expand All @@ -10,7 +10,7 @@ dimensions:
tests:
- name: kerberos-ad
dimensions:
- krb5
- krb5-testing-tools
- ad-custom-samaccountname

suites: []