-
Notifications
You must be signed in to change notification settings - Fork 132
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
Re-enable upgrade tests #1348
Conversation
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.
nipap/setup.py
Outdated
# ], | ||
# ), | ||
# ('/usr/share/man/man8/', ['nipapd.8']), | ||
# ('/usr/share/man/man1/', ['nipap-passwd.1']), |
There was a problem hiding this comment.
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']), |
There was a problem hiding this comment.
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', | ||
# ], | ||
# ), |
There was a problem hiding this comment.
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', | ||
# ], |
There was a problem hiding this comment.
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', |
There was a problem hiding this comment.
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', |
There was a problem hiding this comment.
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', |
There was a problem hiding this comment.
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/', [ |
There was a problem hiding this comment.
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']), |
There was a problem hiding this comment.
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']), |
There was a problem hiding this comment.
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
a17bffc
to
c2bd732
Compare
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.