Skip to content

Commit

Permalink
Issues: Install test does not test validity of packages (rpm/deb)
Browse files Browse the repository at this point in the history
Fixes F5Networks#494

Problem:
The test install algorithm to work with a more generic pool

Analysis:
I made the changes to make it so that the .deb and .rpm install tests
would do what they're supposed to do.  Before this change, the .deb and
.rpm failures were not being properly tracked and would always fail due
to improper regExp handling of expected strings.

Tests:
This is a test.  To validate that this executes properly, use the
.travis_yml file in its normal execution phasing.
  • Loading branch information
sorensF5 committed Jan 24, 2017
1 parent 4fc0ac5 commit 9066f90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ COPY ./fetch_and_install_deps.py /

RUN chmod 500 /fetch_and_install_deps.py

ENTRYPOINT ["/fetch_and_install_deps", "/var/wdir"]
ENTRYPOINT ["/fetch_and_install_deps.py", "/var/wdir"]
# by default, the following will be used for the last execution:
CMD ["/var/wdir/f5-openstack-agent-dist/rpms/build/f5-openstack-agent-*.el7.noarch.rpm"]

0 comments on commit 9066f90

Please sign in to comment.