Ticket #4 (new enhancement)

Opened 1 year ago

install tested package and test scripts package

Reported by: akhavr Assigned to: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:

Description

Invocation: shell ci-installpkgs <pkg list file> <connect string...>

Event flow:

  1. System uses the <connect string...> to connect the live vps, fails if it can't.
  2. System installs every packages listed in the <pkg list file> in the order they've listed. E.g. <pkg list file> contains
    package1 package2
    package3
    
    Then apt would be invoked for package1 package2 first and, if it is successful, for package3

Timing: less than 5m for two packages and local repository

Tests:

  1. VPS is not alive
  2. Empty <pkg list file>
  3. Package installation fails
  4. Success test.