File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ test-integ: setup-codebuild-agent
2727build :
2828	rake build
2929
30- .PHONY : test-rie 
31- test-rie :
32- 	scripts/test-rie .sh
30+ .PHONY : run-local-ric 
31+ run-local-ric :
32+ 	scripts/run-local-ric .sh
3333
3434.PHONY : pr
3535pr : init test-unit test-smoke
@@ -46,7 +46,7 @@ TARGETS
4646	test-integ   Run Integration tests.
4747	test-unit    Run Unit Tests.
4848	test-smoke   Run Sanity/Smoke tests.
49- 	test-rie     Tests  local RIC with Runtime Interface Emulator.
49+ 	run-local-ric  Run  local RIC changes  with Runtime Interface Emulator.
5050	pr           Perform all checks before submitting a Pull Request.
5151
5252endef 
Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ This command invokes the function running in the container image and returns a r
138138
139139### Automated Local Testing  
140140
141- For a simple approach to test  your local RIC changes, use the one-command test  setup:
141+ For a simple approach to run  your local RIC changes, use the one-command setup:
142142
143143``` shell  script
144- make test-rie 
144+ make run-local-ric 
145145``` 
146146
147147This command will:
File renamed without changes.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments