Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://gerrit.onap.org/r/#/q/is:reviewer+AND+status:open+AND+label:Code-Review%253D0

Workstation configuration

Ubuntu 16.04 on VMware Workstation 14 or Fusion 8

Code Block
languagebash
themeMidnight
# start with clean VM, I use root, you can use the recommended non-root account
apt install openjdk-8-jdk
apt-get install ubuntu-desktop
apt-get install git
apt-get install maven
# scp onap gerrit cert into VM from host macbook
obrien:obrienlabs amdocs$ scp ~/.ssh/onap_rsa amdocs@192.168.211.129:~/
root@obriensystemsu0:~# cp /home/amdocs/onap_rsa .
ls /home/amdocs/.m2
cp onap_rsa ~/.ssh/id_rsa
chmod 400 ~/.ssh/id_rsa 
# test your gerrit access
root@obriensystemsu0:~# git clone ssh://michaelobrien@gerrit.onap.org:29418/logging-analytics
# setup git-review




OSX 10.13

Code Block
languagebash
themeMidnight
# turn of host checking


Developer Testing

Sonar

Having trouble getting the "run-sonar" command to run sonar - it skips the modules in the pom.

...