Uploaded image for project: 'ONOS'
  1. ONOS
  2. ONOS-2854

bugs and problems in bash_profile and onos-service shell scripts

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Trivial
    • Resolution: Done
    • Affects Version/s: 1.3.0
    • Fix Version/s: 1.4.0
    • Component/s: None
    • Labels:
    • Environment:

      Linux

    • Epic Link:
    • Sprint:
      Emu Sprint 1 (9/21-10/9)

      Description

      (1) For the file ~/onos/tools/dev/bash_profile
      line 152
      -->function vicell() {
      shall be
      -->function vicell {

      (2) For the ~/onos/tools/test/bin/onos-service shell scripts
      line 47
      -->ssh $ONOS_USER@${node} "sudo ${2:-status} onos"
      will cause "command not found error, recommend to change to
      ->ssh $ONOS_USER@${node} "sudo $ONOS_INSTALL_DIR/apache-karaf$KARAF_VERSION/bin/${2:-status} onos"

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            tom Thomas Vachuska
            Reporter:
            richard Richard Liu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: