Disable unit testing on new VOLTHA repos until tests exist
Don't check license on generated protobuf files
Change-Id: I52d6df218e930c650187abdfe95d4d550499e54f
diff --git a/jjb/shell/licensecheck.sh b/jjb/shell/licensecheck.sh
index f34f78e..977495c 100755
--- a/jjb/shell/licensecheck.sh
+++ b/jjb/shell/licensecheck.sh
@@ -90,6 +90,8 @@
! -name "*.xtarget" \
! -name "*ignore" \
! -name "*rc" \
+ ! -name "*_pb2.py" \
+ ! -name "*_pb2_grpc.py" \
! -name "Dockerfile" \
! -name "Dockerfile.*" \
! -name "Makefile" \