Advertisement
Guest User

richdeps failing test

a guest
Aug 18th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.23 KB | None | 0 0
  1. Loading test configuration from:
  2.  tests/test2.json
  3. Starting container:
  4.  docker run -i -v ~/richdeps-docker/repos/test-1:/repo:Z richdeps:1.0.0
  5.  
  6. Container returned non zero value(1), stdout:
  7.  Preparing...                          ########################################
  8. Updating / installing...
  9. TestB-1.0.0-1.fc24                    ########################################
  10. Test case failed!
  11. {
  12.   "cases": [
  13.     {
  14.       "type": "rpm",
  15.       "post_packages": [
  16.         "+TestB"
  17.       ],
  18.       "command": [
  19.         "-Uvh",
  20.         "/repo/TestB-*"
  21.       ],
  22.       "pre_packages": [],
  23.       "return_code": 0
  24.     },
  25.     {
  26.       "type": "dnf",
  27.       "post_packages": [
  28.         "+TestA"
  29.       ],
  30.       "command": [
  31.         "install",
  32.         "TestA"
  33.       ],
  34.       "pre_packages": [],
  35.       "return_code": 0
  36.     }
  37.   ],
  38.   "name": "TestA installation using DNF with TestB already installed",
  39.   "repository": "repos/test-1",
  40.   "description": "TestA `Requires: (TestB | TestC)` and `Recommends: TestC`"
  41. }
  42. Removed packages:
  43.  []
  44. Installed packages:
  45.  [u'+TestA', u'+TestC']
  46. Case spec (remove):
  47.  []
  48. Case spec (install):
  49.  [u'+TestA']
  50.  
  51. --------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement