diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2024-03-01 14:17:05 +0530 |
---|---|---|
committer | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2024-03-01 17:12:58 +0100 |
commit | 2a06bf83bac4042370715a450c7d3d83b497b50f (patch) | |
tree | a83c6a92f1fc662b7136be3f71e4efa834d310f4 /docs/tox.ini | |
parent | a3af380c3e82676d3fca1deecd4307c60c540cbb (diff) |
Change event time mapping
Use event-time from o-ran-fm instead of eventTime from notification
Issue-ID: CCSDK-3988
Change-Id: I3e3445a99315527ddcf1996fd96c269ae85748a6
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index 8e5325ed1..a81207a98 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -7,7 +7,7 @@ skipsdist = true basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -chttps://releases.openstack.org/constraints/upper/yoga -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html @@ -16,7 +16,7 @@ commands = basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt - -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -chttps://releases.openstack.org/constraints/upper/yoga -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck |