Commit a7c55b2a authored by Waleed Akbar's avatar Waleed Akbar
Browse files

Remove "DSCM" for component and proto file.

parent 98f84af7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
syntax = "proto3";

package tfs.dscm.v0;
package tfs.pluggables.v0;

import "context.proto";
import "google/protobuf/field_mask.proto";

service DscmPluggableService {
service PluggablesService {
  rpc CreatePluggable      (CreatePluggableRequest)      returns (Pluggable)              {}
  rpc ListPluggables       (ListPluggablesRequest)       returns (ListPluggablesResponse) {}
  rpc GetPluggable         (GetPluggableRequest)         returns (Pluggable)              {}
+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@

PROJECTDIR=`pwd`
cd $PROJECTDIR/src
# RCFILE=$PROJECTDIR/coverage/.coveragerc
RCFILE=$PROJECTDIR/coverage/.coveragerc

python3 -m pytest --log-level=info --log-cli-level=info --verbose \
    dscm/tests/test_DscmPluggables.py
    pluggables/tests/test_Pluggables.py

echo "Bye!"
+0 −0

File moved.

+0 −0

File moved.

Loading