Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable upgrade tests #1348

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Conversation

garberg
Copy link
Member

@garberg garberg commented Oct 16, 2023

The upgrade tests were disabled as we couldn't install both Python 2 and Python 3 versions on the test runner image. Now that the Python 3 version of NIPAP is released, the upgrade testa can be re-enabled.

The upgrade tests were disabled as we couldn't install both Python 2 and
Python 3 versions on the test runner image. Now that the Python 3
version of NIPAP is released, the upgrade testa can be re-enabled.
@garberg garberg added the test label Oct 16, 2023
nipap/setup.py Outdated
# ],
# ),
# ('/usr/share/man/man8/', ['nipapd.8']),
# ('/usr/share/man/man1/', ['nipap-passwd.1']),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line missing indentation or outdented

nipap/setup.py Outdated
# 'sql/ip_net.plsql',
# ],
# ),
# ('/usr/share/man/man8/', ['nipapd.8']),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line missing indentation or outdented

nipap/setup.py Outdated
# 'sql/triggers.plsql',
# 'sql/ip_net.plsql',
# ],
# ),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line missing indentation or outdented

nipap/setup.py Outdated
# 'sql/functions.plsql',
# 'sql/triggers.plsql',
# 'sql/ip_net.plsql',
# ],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line missing indentation or outdented

nipap/setup.py Outdated
# 'sql/upgrade-6-7.plsql',
# 'sql/functions.plsql',
# 'sql/triggers.plsql',
# 'sql/ip_net.plsql',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line missing indentation or outdented

nipap/setup.py Outdated
# ('/usr/sbin/', ['nipapd', 'nipap-passwd']),
# ('/usr/share/nipap/sql/', [
# 'sql/upgrade-1-2.plsql',
# 'sql/upgrade-2-3.plsql',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line missing indentation or outdented

nipap/setup.py Outdated
# ('/etc/nipap/', ['nipap.conf.dist']),
# ('/usr/sbin/', ['nipapd', 'nipap-passwd']),
# ('/usr/share/nipap/sql/', [
# 'sql/upgrade-1-2.plsql',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line missing indentation or outdented

nipap/setup.py Outdated
('/usr/share/man/man1/', ['nipap-passwd.1']),
# ('/etc/nipap/', ['nipap.conf.dist']),
# ('/usr/sbin/', ['nipapd', 'nipap-passwd']),
# ('/usr/share/nipap/sql/', [

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line missing indentation or outdented

nipap/setup.py Outdated
('/usr/share/man/man8/', ['nipapd.8']),
('/usr/share/man/man1/', ['nipap-passwd.1']),
# ('/etc/nipap/', ['nipap.conf.dist']),
# ('/usr/sbin/', ['nipapd', 'nipap-passwd']),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line missing indentation or outdented

nipap/setup.py Outdated
),
('/usr/share/man/man8/', ['nipapd.8']),
('/usr/share/man/man1/', ['nipap-passwd.1']),
# ('/etc/nipap/', ['nipap.conf.dist']),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line missing indentation or outdented

@garberg garberg merged commit 8886ed6 into SpriteLink:master Oct 23, 2023
5 checks passed
@garberg garberg deleted the enable_upgrade_test branch June 17, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants