notification: Add compose_path into the messages
It's needed by the notification script added in RHELCMP-401. Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
b973657197
commit
f5bfd509ab
2 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ class TestNotifier(unittest.TestCase):
|
|||
compose_respin=1,
|
||||
compose_label="Updates-20171031.1021",
|
||||
compose_type="production",
|
||||
topdir="/a/b",
|
||||
log_warning=mock.Mock(),
|
||||
conf={
|
||||
"release_name": "Layer",
|
||||
|
|
@ -56,6 +57,7 @@ class TestNotifier(unittest.TestCase):
|
|||
data["compose_type"] = "production"
|
||||
data["compose_respin"] = 1
|
||||
data["compose_label"] = "Updates-20171031.1021"
|
||||
data["compose_path"] = "/a/b"
|
||||
data["release_short"] = "L"
|
||||
data["release_name"] = "Layer"
|
||||
data["release_version"] = "27"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue